getting started, adding new demos, compiling custom kernels
OCaml 4.01.0
- Basic REPL
- REPL with js_of_ocaml, lwt and syntax extensions
- OCaml core language tutorial
- Js_of_ocaml WebGL demo
OCaml 4.02.0
- Basic REPL
- REPL with js_of_ocaml, lwt and syntax extensions
- TyXML demo. Typed HTML and SVG with rendering
- H.261 Decoder demo - for no good reason!
OCaml 4.02.0 with Modular Implicits
Prototype compiler with ad-hoc polymorphism support via modular implicits - draft paper.
- Basic REPL
- Example defining Show
MetaOCaml N102
BER MetaOCaml N102 extends OCaml 4.02.1 with language support for typed code generation.
OCaml 4.03.0+pr102 with Improved Errors
Arthur Charguérauds patch to improve type error reporting.