OCaml Resources: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) (Migrated) |
Lars.kurth (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- MoinMoin name: OCaml_Resources --> |
|||
<!-- Comment: --> |
|||
<!-- WikiMedia name: OCaml Resources --> |
|||
<!-- Page revision: 00000001 --> |
|||
<!-- Original date: Thu Oct 8 18:17:20 2009 (1255025840000000) --> |
|||
__NOTOC__ |
|||
<!-- ## Please edit system and help pages ONLY in the moinmaster wiki! For more --> |
|||
<!-- ## information, please see [[MoinMaster]]:[[MoinPagesEditorGroup]]. --> |
|||
<!-- ##master-page:[[Category:Template]] --> |
|||
<!-- ##master-date:Unknown-Date --> |
|||
<!-- #format wiki --> |
|||
<!-- #language en --> |
|||
== OCaml Resources == |
|||
This page contains links to useful external resources related to OCaml. |
This page contains links to useful external resources related to OCaml. |
||
* [http://caml.inria.fr/pub/docs/oreilly-book/ OCaml] book by O'Reilly |
* [http://caml.inria.fr/pub/docs/oreilly-book/ OCaml] book by O'Reilly |
||
Line 24: | Line 11: | ||
[[Category:OCaml]] |
[[Category:OCaml]] |
||
[[Category: |
[[Category:XAPI Devel]] |
||
[[Category:Developers]] |
Latest revision as of 13:13, 11 July 2013
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.