Ocaml requires a non-trivial installation under windows. This prevents casual users from trying. This livecd first targetted students learning ocaml and coming from a windows world but now also tries to be a demonstration system for everybody curious about ocaml.
An ocaml-live cd
A simple library to retrieve information from a binary streams header. The interesting part is the ability to deal with optionnal fields and various types, i.e. headers you have no control over which is real world.
It usually takes one line per header element, a line being mostly the data type, its length in the header and a name.
Reduces headers handling down to copying the specification
I had to optimize a neural network which is matrices multiplications again and again and I now share my (practical) conclusions.
Some hints to optimize numerical computations in OCaml
I recently started to use lablgtk and fell some small common things did not have any tutorial yet. That's why I created this LablGTK FAQ.
SWIG, camlidl, dlls, hand-written bindings are all different ways of using external resources in ocaml. This is not very friendly for beginners. This is a place to store links about bindings in ocaml.