On Wed, Aug 25, 2004 at 09:26:28AM -0500, John Goerzen wrote: > * An ocamlc/ocamlrun that execute under Java or .NET and compile/run > normal OCaml bytecode This interesting project was posted on the Wiki yesterday. It generates code which runs on the .NET CLR. I'm not exactly sure how, whether it's a modified compiler, or a translator of OCaml bytecode: http://www.pps.jussieu.fr/~montela/ocamil/ What will be interesting will be to see how well it allows one to call .NET libraries, and how well it works on Mono. Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment "One serious obstacle to the adoption of good programming languages is the notion that everything has to be sacrificed for speed. In computer languages as in life, speed kills." -- Mike Vanier