4

what would you guys say is the archetypal functional language, the one we should pick to learn functional programming?

Comments
  • 2
    Everyone I talked to said Haskel.

    I ended up learning some of the concepts in C++ by reading books about functional programming in C++. Because that is what I use most.
  • 2
    Haskell, hands down (and in fact I'd recommend Learn You a Haskell for Great Good in particular)
  • 1
    I'd say Haskell or PureScript
  • 1
    I never learned one, I just understand the principle and I'm sure haskell is good but if I had to pick one for fun, I'd do lisp
Add Comment