Evil Genius Project of the Week: NestedVM

This qualifies as an Evil Genius Project of the week. If it works its amazing:

"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."

Anyone play with this? How well does it work?

Comments

Lucas Gonze said…
Truly wizardly.
Another thing that might interest you is the haXe project : http://haxe.org