All the languages he suggests apart from Scala are or are pretty close to being pure functional languages. I'm not convinced that I would be more productive developing say a web app , database app or game using say Haskell rather than Java or Python especially since a large amount of programming is all about state and side effects. I'm not against learning a pure functional language as a way to improve your programmi…
> Are there any large pieces of software outside of academia that are written primarily in functional languages? If you're asking about places where FP is often used, I know it's big in finance (though I have no idea what those guys are up to). The haskell web development space has also gotten to a pretty mature point. I think you'd have no problem building a web app with Yesod or Snap. http://www.yesodweb.com/ http:…
I've heard this a few times (mostly from the Scala crowd) but very little data to back it up, so I'm still skeptical.