LARA

This is an old revision of the document!


Ocaml Resources

  • 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.

bottom of the file you are going to find pointers to the official OCaml manual and also to an introductory course given at UPenn.