[Mono-list] Mono and MSIL

Miguel de Icaza miguel@ximian.com
13 Dec 2001 22:37:05 -0500


> Actually this should just be a matter of writing a Java to MSIL
> compiler, and reusing an existing open-source class library.

Yeah, that would get you a long way.  You would need to do some loving
in the middle (to map java types to CIL/CLS types), but that should be
simple.  

There are plenty of Java compilers out there, you could just tweak an
existing compiler to generate MSIL source code and then run an assembler
on it.

Miguel.