Browse thread
OCaml expression evaluated in a OCaml program
[
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: | -- (:) |
| From: | sejourne_kevin <sejourne_kevin@y...> |
| Subject: | Re: [Caml-list] OCaml expression evaluated in a OCaml program |
Nicolas Dufour a écrit : > I try to know if I can evaluate OCaml expressions in a OCaml program > during runtime ?? This is not possible. But you can try something with the toplevel: http://caml.inria.fr/archives/200404/msg00282.html Kévin.