Running D in the Java VM

Kai Nacke kai at redstar.de
Fri Nov 15 06:03:56 PST 2013


On Friday, 15 November 2013 at 08:50:14 UTC, Paulo Pinto wrote:
> It is an impossible task, because many of the D semantics 
> cannot be expressed in JVM/Dalvik bytecode.

People are always targeting the impossible.
See http://nestedvm.ibex.org/ or 
http://da.vidr.cc/projects/lljvm/ as projects to express C in JVM 
bytecode.

Serious, the only problem is inline assembler. Everything else 
can be translated to JVM byte code.

Regards,
Kai


More information about the Digitalmars-d-announce mailing list