LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
ocaml_resources [2007/03/31 17:41]
vkuncak
ocaml_resources [2007/03/31 17:44]
vkuncak
Line 2: Line 2:
  
  
-  * The OCaml programming language: http://​caml.inria.fr/​ is convenient for writing implementations for this class because +  * The OCaml programming language: http://​caml.inria.fr/​ is convenient for writing implementations for this class because of its support for algebraic data types and pattern matching, which makes dealing with abstract syntax trees easier.
-of its support for algebraic data types and pattern matching, which +
-makes dealing with abstract syntax trees easier.+
  
-  * http://​www.csc.villanova.edu/​~dmatusze/​resources/​ocaml/​ocaml.html is a good crash-course in basic of OCaml. At the +  * http://​www.csc.villanova.edu/​~dmatusze/​resources/​ocaml/​ocaml.html is a good crash-course in basic of OCaml. At the bottom of the file you are going to find pointers to the official OCaml manual and also to an introductory course given at UPenn.
-bottom of the file you are going to find pointers to the official OCaml manual and also to an introductory course given  +
-at UPenn.+