Re: [Caml-list] vm in ocaml

2010-02-24 Thread Philippe Wang
On Wed, Feb 3, 2010 at 4:47 PM, Joel Reymont wrote: > I have a translator from a Pascal-like trading language written in OCaml and > I need the output to run as a DLL embedded in a trading platform. > > I'm thinking of generating bytecode and have the user pass the path to the > bytecode file to

[Caml-list] vm in ocaml

2010-02-03 Thread Joel Reymont
I have a translator from a Pascal-like trading language written in OCaml and I need the output to run as a DLL embedded in a trading platform. I'm thinking of generating bytecode and have the user pass the path to the bytecode file to the DLL during initialization. I don't want to load source