Ask HN: What is the best functional programming language to learn?
1–4 of 4 posts
Re: Ask HN: What is the best functional programming language to learn?
#2Re: Ask HN: What is the best functional programming language to learn?
#3By most used: maybe F#, Erlang, Clojure and Haskell. However mindshare in any of them is still pretty small compared to the object-oriented or procedural ones. Also, JavaScript and other mainstream languages also lend themselves quite well to FP-style programming.
Re: Ask HN: What is the best functional programming language to learn?
#4By most used: maybe F#, Erlang, Clojure and Haskell. However mindshare in any of them is still pretty small compared to the object-oriented or procedural ones. Also, JavaScript and other mainstream languages also lend themselves quite well to FP-style programming.
I’ve taken a look at Clojure and Haskell and I’m really liking them. How to F# and Erlang compare in terms of use case?
I think that F# it's the go-to functional language for interfacing with rest of the Microsoft stack, and with the .NET platform. It's also pretty widely used in the trading systems niche, but it hasn't exploded yet in popularity.