[
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: | Richard Jones <rich@f...> |
| Subject: | Re: [Caml-list] Anyone tried to compile Ocaml on .NET? |
On Tue, Dec 28, 2004 at 03:13:07PM +0900, SooHyoung Oh wrote: > Is there anyone who has ever tried to compile ocaml on .NET environment? > > I can find lots of infomation from the ocaml-mailing list: > > Mono project: http://www.mono-project.com/about/index.html > F#: http://research.microsoft.com/projects/ilx/fsharp.aspx > sml.net: http://www.cl.cam.ac.uk/Research/TSG/SMLNET/ > Nemerle: http://nemerle.org/ > John Goerzen's message: http://caml.inria.fr/archives/200408/msg00424.html > > After some test on F#, my feeling is that it's not so good as Ocaml. > So I'm looking for Ocaml implementation on .NET environment. > (Interoperability is not my concern.) One possibility is running .NET code on the Mono VM, embedded in an OCaml process. It seems like it should be possible, although the specifics of how the two garbage collectors might behave together is unclear. http://www.go-mono.com/embedded-api.html Rich. --