+ 1
Whats the best language to get started with functional paradigm apart from JavaScript
I consider myself average in Java and c++
3 Answers
+ 35
I guess Python is the best
+ 2
If you want an easy start, look into Python. The course here has a good module to teach you the basics. Take a look at the Python documentation, chapters built-inâ functions and functools.
For the real stuff learn Haskell and basics of category theory.
0
Python. Very good for a beginner.