8 months of OCaml after 8 years of Haskell in production
I’ve been using Haskell in production for 8 years. I’ve been using OCaml in production for 8 months.
It’s time to compare those two languages.
Syntax
Haskell probably has the most elegant syntax across all languages I’ve seen (maybe Idris is better because dependently typed code can become ugly in Haskell really quickly).
There’s utter joy in expressing your ideas by typing as few characters as possible.
OCaml, being a language from the ML family is great too, but still, Haskell is more tacit.
C...
Read more at chshersh.com