X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=offsite_reading.mdwn;h=cb2dc3eefe53d27bb7fc39c7a4a3e0be67ef0e3e;hp=c63f6734d70ebff57dc59066df54b7ce9fbada1c;hb=d0ad6cb4acfce6fc295c01fed698d80d82deafeb;hpb=65c4940465849cec781af344fb6f817df3a28c20 diff --git a/offsite_reading.mdwn b/offsite_reading.mdwn index c63f6734..cb2dc3ee 100644 --- a/offsite_reading.mdwn +++ b/offsite_reading.mdwn @@ -139,7 +139,16 @@ community. ## Learning OCaml ## -* [[!wikipedia Objective Caml]] +* [[!wikipedia Objective Caml desc="Wikipedia overview of OCaml"]] + +* [A Concise Introduction to Objective Caml](http://www.csc.villanova.edu/~dmatusze/resources/ocaml/ocaml.html) + +* Here are [two](http://www.cs.jhu.edu/~scott/pl/lectures/caml-intro.html) [other](http://pauillac.inria.fr/caml/FAQ/stephan.html) bried overviews of OCaml, aimed at readers who already have some programming experience. + +* Here's a [more detailed tutorial](http://www.ocaml-tutorial.org/) for OCaml. + +* Jason Hickey has posted a [draft of a nice book introducing OCaml](http://www.cs.caltech.edu/courses/cs134/cs134b/book.pdf). + ## Side-effects / mutation ##