|
|
|
|
|
by kwhitefoot
3649 days ago
|
|
As most professional programmers do not get to choose which language to use the best way to learn functional programming that you can actually use is to implement pure functions in the language that you are required to use. Look at classic texts like Structure and Interpretation of Computer Programs for guidance on the abstractions rather than on the specific implementations. I write as much as I can in functional style even though I have to use VB.Net. |
|