Ask HN: Is it worht learning OCaml?
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 ] threadA useful tool for writing OCaml in Vim is Merlin [0].
Facebook uses OCaml as well [1] [2] [3]
A great tutorial is [4]
[0] https://github.com/ocaml/merlin
[1] https://github.com/facebook/reason
[2] https://github.com/facebook/flow/
[3] https://github.com/facebook/infer
[4] http://realworldocaml.org/