The managed resource API
Posted Mar 1, 2007 21:55 UTC (Thu) by
rwmj (subscriber, #5474)
In reply to:
The managed resource API by massimiliano
Parent article:
The managed resource API
There is a lot of details about the guts here, written by one of the aforementioned experts:
http://cristal.inria.fr/~doligez/caml-guts/
I'm afraid that I don't know of any readable introduction to the OCaml internals. However if you are
really interested then I'd recommend you read this chapter from the manual:
http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html
It took me about a year of on-again off-again reading to understand exactly how clever the runtime
representation of types is which the above chapter describes.
For a general introduction to OCaml, http://www.ocaml-tutorial.org/
Rich.
(
Log in to post comments)