www.digitalmars.com         C & C++   DMDScript  

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

reply "Carlos Smith" <carlos-smith sympatico.ca> writes:
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.
Jan 24 2007
parent reply Justin C Calvarese <technocrat7 gmail.com> writes:
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
Jan 24 2007
parent "Carlos Smith" <carlos-smith sympatico.ca> writes:
"Justin C Calvarese" <technocrat7 gmail.com> wrote in message 
news:ep97s3$168r$1 digitaldaemon.com...
 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/
Yep ! Sorry for the noise ... Thanks for the link :-)
Jan 24 2007