Browse thread
[Caml-list] GODI news
[
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: | skaller <skaller@o...> |
| Subject: | Re: [Caml-list] GODI news |
On Sun, 2003-08-10 at 07:16, Sven Luther wrote: > What would be nice is to be able to use ocaml in this cross compiling > environment, so you could use all the nice unix development tools, and > then produce windows executables for the people who need it, preferably > in a nice tarball including the needed dlls, or even a windows-installer-magic > thingy. Well, you almost can: there is a bytecode compiler, and the bytecode objects produced are largely platform independent, and the bytecode interpreter is pretty fast. I guess this works best for products that don't need OS dependent resources much (like GUI widgets or processes). ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners