I’m interested in learning this language, but it seems that there is very few tutorials and books on the subject.
I’ve found only one suitable book on the subject (Developing Applications With
Objective Caml) which would be absolutely perfect but the problem is that it is based on version 2.04.
So my only concern is if there would not be any serious problems with using this book, for OCaml 3.x. Or if there are any good tutorials concerning OCaml online please let me know.
Thank you
There’s a changelog here. There’s been quite a few changes, but they are mostly the addition of new features or new standard library functions, and there are almost no breaking changes. So you could use the book and try everything on a 3.x compiler.
You could also try this online tutorial.