Thread overview
target bytecode
Apr 21, 2004
J.V.
Apr 21, 2004
Walter
Apr 21, 2004
Stephan Wienczny
April 21, 2004
While D was designed with a different purpose from that of Java, I'm wondering if there has any thought to compiling D to Java bytecode.

J.V.
April 21, 2004
"J.V." <tragicomedy73@yahoo.com> wrote in message news:c66ljp$26f7$1@digitaldaemon.com...
> While D was designed with a different purpose from that of Java, I'm
wondering
> if there has any thought to compiling D to Java bytecode.

That would be tough, Java bytecode has insufficient power to implement D efficiently. MSIL is much more possible.


April 21, 2004
J.V. wrote:

> While D was designed with a different purpose from that of Java, I'm wondering
> if there has any thought to compiling D to Java bytecode.
> 
> J.V. 
I thought about that, too. Bytecode could be a first output language for a new compiler...