X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=learning_ocaml.mdwn;h=3a32008c7c29368da1852e61e7da02eec1a9b93a;hp=2137628b38cb4437c359de4485b60f4f0cf2ed08;hb=d4d2725db9c0d3367d8418971bdddf4ceaba73e1;hpb=779fbf640d0591ec849dda5dcd8312be0d85feed;ds=inline diff --git a/learning_ocaml.mdwn b/learning_ocaml.mdwn index 2137628b..3a32008c 100644 --- a/learning_ocaml.mdwn +++ b/learning_ocaml.mdwn @@ -1,5 +1,7 @@ * [Try OCaml in your browser](http://try.ocamlpro.com/) (slow, bare-bones) * This site's guide to [[Installing OCaml|/installing#ocaml]] +* This site's [[explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]] + * [What is OCaml?](http://ocaml.org/learn/description.html) @@ -32,7 +34,10 @@ * [Introduction to Objective Caml](http://files.metaprl.org/doc/ocaml-book.pdf) (284 pp. text from 2008, based on Jason Hickey's course at CalTech) * [Think OCaml](http://greenteapress.com/thinkocaml/thinkocaml.pdf) (142 pp. pdf) - +* [Real World OCaml](https://realworldocaml.org/v1/en/html/index.html) (510 pp. text from 2013) + * recommend reading [Chapters 1-4](https://realworldocaml.org/v1/en/html/a-guided-tour.html) when getting started (Chapter 4 is a bit more advanced) + * then [Chapter 6](https://realworldocaml.org/v1/en/html/variants.html) when learning types + * then [Chapter 8](https://realworldocaml.org/v1/en/html/imperative-programming-1.html) when learning about mutation (OCaml has what we call *explicit* mutation) ### Other ### @@ -62,4 +67,3 @@ * OCaml-Tutorial [Glossary](http://mirror.ocamlcore.org/ocaml-tutorial.org/glossary.html) * [Reddit's r/ocaml](https://www.reddit.com/r/ocaml) * [Stack Overflow](https://stackoverflow.com/questions/tagged/ocaml?sort=faq) questions tagged "ocaml" -* [Real World OCaml](https://realworldocaml.org/v1/en/html/index.html) (510 pp. text from 2013)