Simon Peyton-Jones <[EMAIL PROTECTED]> wrote,
> I couldn't find a description of the virtual machine or its
> instruction set, though I downloaded the bits. Indeed, I concluded
> that it must, implicitly, be a JVM implementation, which is why they
> didn't specify it. Has anyone else found it?
I also didn't find a description and so browsed through the
bits. It seems like JVM only. So, I asked a corresponding
question on the ORP mailing list. This is the answer
chak> May I ask what the plans regarding support for other
chak> languages is? This is quite interesting, because it
chak> is one of the goals of Microsoft's .NET platform to
chak> provide a portable intermediate form for a variety
chak> of languages, which is, then, compiled to native
chak> code upon loading (or execution) of the program.
We are looking into supporting .NET's intermmediate language. The feedback
from the research community is actually very important to us. Would you
(and other people on the ORP mailing list) find such support useful?
by Michal Cierniak who, judging by the RCS $Header$ tags in
the source, wrote the ORP code.
Manuel
> | -----Original Message-----
> | From: Manuel M. T. Chakravarty [mailto:[EMAIL PROTECTED]]
> | Sent: 25 September 2000 15:09
> | To: [EMAIL PROTECTED]
> | Cc: [EMAIL PROTECTED]
> | Subject: Re: Intel is in the .NET?
> |
> |
> | Ketil Z Malde <[EMAIL PROTECTED]> wrote,
> |
> | > Y'all seen this?
> | >
> | > http://www.newsalert.com/bin/story?StoryId=CoCBKWbKbyta0nJm
> | >
> | > Apparently, MS is not the only one who wants to pick up the Java
> | > gauntlet, although .NET is probably a more ambitious effort.
> |
> | This looks interesting. They want to support languages
> | other than Java (although I can't see - in the source
> | code[1] - anything but JVM stuff so far) and it already runs
> | on Windows and Linux. The license looks like a vanilla BSD
> | license without an advertising clause.
> |
> | Manuel
> |
> | PS: The guy who wrote the thing has a paper in PLDI'00 (the
> | JUDO paper).
> |
> | [1] Ahhh - I love open source ;-)
> |