- the official OCaml documentation — in particular, start with:
- the so-called 99 problems in OCaml (a collection of quite standard exercises);
- the Real World OCaml (an online book providing a comprehensive insight on OCaml);
- the official OCaml reference manual;
- it might also be useful to have by hand the URL of the doc of the Stdlib module (i.e., the module of the standard library that is always loaded by default);
- then the OCaml programming guidelines page may be of some help if one is looking for a compilation of "standard style recommendations / best practices";
- finally the Learn-OCaml public instance (based on the Learn-OCaml software that features a web-based toplevel and an exercise environment with automatic tests-based feedback) gathering, among others, the OCaml MOOC's exercices.
Last active
November 15, 2024 20:52
-
-
Save erikmd/5454f67b2a47e9e85ab9a09d0c3dbaf7 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment