OCaml Resources
From Xen
Jump to navigationJump to search
OCaml Resources
This page contains links to useful external resources related to OCaml.
- OCaml book by O'Reilly
- OCaml Tutorial for C/Java Programmers
- CalTech Course on OCaml - pdf
- How OCaml Works from Theory to Practice (ADVANCED) - pdf
- Testing - http://caml.inria.fr/cgi-bin/hump.en.cgi?sort=0&browse=115
- FORT: Framwork for Ocaml Regression Testing
- OCaml-Benchmark: small module to benchmark running times of code.
- OUnit: unit test framework for Ocaml. Based on HUnit, unit testing framework for Haskell.