[Mono-list] Java Bytecode -> IL Bytecode Compiler

Gaurav Vaish gvaish@iitk.ac.in
Fri, 11 Jan 2002 10:22:41 +0530


----- Original Message -----
From: "Miguel de Icaza" <miguel@ximian.com>
To: "Gaurav Vaish" <gvaish@iitk.ac.in>
Cc: <mono-list@ximian.com>
Sent: Thursday, January 10, 2002 21:11
Subject: Re: [Mono-list] Java Bytecode -> IL Bytecode Compiler


: It is a good idea to work along those lines.  Microsoft has taken a

    Thanks. ;-)

: different approach: take the Java compiler and extend it so that you can
: make use of some .NET features from Java (like attributes).
:
: The way they do attributes in J# is through specially formatted
: comments.

    Well, I've not seen J# as yet. Not even a single bit of it. Will have to go
through to see what / how can it be done.


Cheers,
Gaurav Vaish
----------------------------

:
: Miguel