[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: .Net |
[Guillaume Randon asked about Caml and the Microsoft .NET common runtime system. I reply in English because this is of general interest.] > Y a t'il des projets de portage de Caml vers l'Universal Runtime faisant > partie du framework .net de microsoft ? Yes. In the spring of '99, Microsoft Research approached us, along with other academic groups working on modern programming languages, to work on this new technology. One of us (Bruno Pagano) has been working for about one year on a port of Objective Caml to the .net infrastructure, under support from Microsoft Research. Bruno has a prototype port that works relatively well (better than expected initially), but still shows that the .net common runtime system is not a perfect fit for OCaml. I'm not sure I can give more details (Microsoft may not have released all technical specs yet), but in summary, .net is a technology we follow closely, although it is still unclear whether it is the future of OCaml for Windows. - Xavier Leroy