Ask HN: Is it worht learning OCaml?

3 points by gazarullz ↗ HN
I am looking into learning OCaml, from the first glance it looks quite interesting as programming language, I like the pattern matching and the functional side. Beside exploratory learning are there any real opportunities in learning this language? What about a good editor to use with it (I am currently using vim)

7 comments

[ 2.8 ms ] story [ 26.2 ms ] thread
You might want to learn Standard ML first. The "Programming Languages, Part A" course on Coursera is a good place to start.
Thanks for the tip, how does ML compare to OCaml from an applicability perspective ?
Smaller ecosystem, multiple compilers, simpler language (which can be both good and bad).