expanded OCaml links
[lambda.git] / offsite_reading.mdwn
index f6aab31..cb2dc3e 100644 (file)
@@ -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 ##
 
@@ -281,6 +290,8 @@ invited talk, *19'th Symposium on Principles of Programming Languages*, ACM Pres
 [Part 3](http://schemekeys.blogspot.com/2007/01/going-further-with-primitives.html)
 [Part 4](http://schemekeys.blogspot.com/2007/01/odd-and-ends.html)
 
+*      [Delimited continuations in natural language semantics](http://okmij.org/ftp/gengo/)
+
 
 ## Linear Logic ##