From: Jim Pryor Date: Wed, 25 Aug 2010 02:35:35 +0000 (-0400) Subject: expanded OCaml links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=d0ad6cb4acfce6fc295c01fed698d80d82deafeb expanded OCaml links Signed-off-by: Jim Pryor --- 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 ##