formatting
[lambda.git] / learning_ocaml.mdwn
index 3a32008..8e444ca 100644 (file)
@@ -1,12 +1,14 @@
 *   [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]]
+*   This site's [[entry-level explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]]
+*   More detailed comparisons of OCaml and Haskell [[here|/rosetta2]]; and then more details about how to do some OCaml-ish and Haskell-ish things in Scheme, and how to get Scheme-ish continuations in OCaml, [[here|/rosetta3]]
+
 
 
 <!-- -->
+*   **[A brief introduction to OCaml](http://www.cs.jhu.edu/~scott/pl/lectures/caml-intro.html)**
 *   [What is OCaml?](http://ocaml.org/learn/description.html) <!-- includes [About OCaml](http://caml.inria.fr/about/index.en.html) and [An Overview of the Caml Language and Tools](http://caml.inria.fr/about/overview.en.html) -->
 *   [Code Examples](http://ocaml.org/learn/taste.html) <!-- includes [A Hundred Lines of OCaml](http://caml.inria.fr/about/taste.en.html) -->
-*   [A brief introduction to OCaml](http://www.cs.jhu.edu/~scott/pl/lectures/caml-intro.html)
 *   [Cheat Sheets](http://ocaml.org/docs/cheat_sheets.html)
 *   [Caml Quick Reference Guide](http://caml.inria.fr/pub/old_caml_site/FAQ/qrg-eng.html)
 *   [A Concise Introduction to Objective Caml](http://www.csc.villanova.edu/~dmatusze/resources/ocaml/ocaml.html), 22 pp. from 2000, a few details may have changed <!-- by David Matuszek, OCaml Wiki's Tutorial page links to this: "gives a concise, yet broad, overview of the language and the standard library; it is rather old but most of what it says remains valid" -->