This list is a place for the mutual aid of those who recognize that they're not ocaml gurus yet... everything you wanted to ask about Ocaml, but were afraid to ask in the very official caml-list@inria.fr, can be asked, answered and discussed here.
Satisfaction is NOT guaranteed and if you are teaching more than you're learning... please think that you've probably learnt more than you're teaching! :-)
Manao ahoana, Hello, Bonjour, I would like to parse an HTML page, in order to extract some <td> and <div class="foo"> or <p class="bar"> contents. The code is
I'm trying to get ocaml-3.11.1 installed on macos 10.6.2 (snowleopard). I've got the 32 bit version working but I want it running in 64 bit, which snowleopard
Hello, I am trying to profile a program which uses camlp4-extension (bolt-library). How could I do this, the commandline ocamlcp -pp "camlp4o $(BOLT) -level
I've put together a small tetris game using ocaml-allegro. It should serve as an extended example to help people get up and running with the toolkit. If anyone