Browse thread
[Caml-list] mixing dynlink & toplevel...
-
Jonathan Roewen
-
Jonathan Roewen
-
Jonathan Roewen
-
Vu Ngoc San
- Jonathan Roewen
-
Vu Ngoc San
-
Jonathan Roewen
-
Jonathan Roewen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-08-28 (09:49) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] mixing dynlink & toplevel... |
> By the way, is there somewhere a doc for toplevellib ? It is not in the > "official" ocaml manual, and, googgleing a little bit, I could not find > anything. None that I know of. An ocaml distribution puts a couple of the .cmi files in the ocaml lib dir, so you could examine the interfaces via the toplevel... I remember a mailing post detailing how to implement something similar to pythons eval using the toplevel. http://alan.petitepomme.net/cwn/2004.04.13.html#2 Jonathan