Hacker News new | past | comments | ask | show | jobs | submit login

>In general, the languages themselves are excellent, but the standard libraries vary in quality, as do the tool chains. ML is eager by default, Haskell lazy. Otherwise, it's the same mindset (although some people will think Haskell went overboard on monads, some people think OCaml's libs aren't monadic enough)

I think it's important to point out that Haskell is actually functionally pure (in that there are no side effects in the language), whereas ML does have references baked into the language, so you can revert back to writing Pascal-looking inner loops in Caml, for example.




Haskell does have effects though ;)

Some might take "Haskell doesn't have side effects" to mean that you can't talk to servers or read the filesystem.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: