I thought a D compiler producing Java byte code would be interesting...

Justin C Calvarese technocrat7 at gmail.com
Wed Jan 24 19:23:33 PST 2007


Carlos Smith wrote:
> Then, i found this: http://nestedvm.ibex.org/
> 
> Quite an interesting idea (If GDC supports MIPS)
> 
> -- from the site ---
> NestedVM provides binary translation for Java Bytecode. This is done by 
> having GCC compile to a MIPS binary which is then translated to a Java 
> class file. Hence any application written in C, C++, Fortran, or any 
> other language supported by GCC can be run in 100% pure Java with no 
> source changes.
> 
> NestedVM is the work of Brian Alliet and Adam Megacz. It is Open Source, 
> released under the Apache 2.0 license.
> 

I'm guessing you missed this message: 
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6264

The website for the project:
http://www.codu.org/nestedvm-gdc/

-- 
jcc7



More information about the Digitalmars-d mailing list