Comment on Ask HN: What functional programming language should I start with?Comments−chewxy14yHaskell is a good place to start. I personally got into functional programming from forcing myself to learn what lambda x in python does, and I learned Haskell soon after. I think it's an easy-to-learn FP language−rprospero14yJust curious: What functional languages would you find more difficult to learn than Haskell?
Comments
Haskell is a good place to start. I personally got into functional programming from forcing myself to learn what lambda x in python does, and I learned Haskell soon after. I think it's an easy-to-learn FP language
Just curious: What functional languages would you find more difficult to learn than Haskell?