Browse thread
JIT VM in OCaml: Impossible?
[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Re: JIT VM in OCaml: Impossible? |
Zitat von Sylvain Le Gall <sylvain@le-gall.net>: > On 16-08-2007, Joel Reymont <joelr1@gmail.com> wrote: > > Folks, > > > > Is it possible to write a JIT VM in OCaml? > > > > It seems that this should not be possible as OCaml does not allow for > > code generation at runtime. Am I mistaken? > > > > Thanks, Joel > > > > What about : > http://cristal.inria.fr/~starynke/ocamljit.html [...] Oh, I may have understood the question wrong. I thought that the question was to implement a self-written language, not OCaml itself...?! But the above link looks interesting. Ciao, Oliver