X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=learning_ocaml.mdwn;fp=learning_ocaml.mdwn;h=471a84d617448b0440c74420dbfa21df69ead7d4;hp=0000000000000000000000000000000000000000;hb=b0046b1316f1487979d5dc2cc75ddf8e287c59b3;hpb=8f9f0e341d33c538d35919beada890f28aa5aa7c diff --git a/learning_ocaml.mdwn b/learning_ocaml.mdwn new file mode 100644 index 00000000..471a84d6 --- /dev/null +++ b/learning_ocaml.mdwn @@ -0,0 +1,15 @@ + +* [[!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) brief overviews of OCaml, aimed at readers who already have some programming experience. Here are [two](http://pauillac.inria.fr/caml/FAQ/exemples-eng.html) [more](http://pauillac.inria.fr/caml/FAQ/qrg-eng.html), even briefer. + +* Here's a [more detailed tutorial](http://www.ocaml-tutorial.org/) for OCaml. + +* The start of the [OCaml Reference Manual](http://caml.inria.fr/pub/docs/manual-ocaml/manual003.html) has another tutorial. + +* Jason Hickey has posted a [draft of a nice book introducing OCaml](http://www.cs.caltech.edu/courses/cs134/cs134b/book.pdf). + +* FAQs for [OCaml Beginners](http://pauillac.inria.fr/caml/FAQ/FAQ_DEBUTANT-eng.html), and [a few more](http://caml.inria.fr/resources/doc/faq/). Also FAQs for [OCaml Experts](http://pauillac.inria.fr/caml/FAQ/FAQ_EXPERT-eng.html). +