Java binaries

Walter Bright newshound2 at digitalmars.com
Sat Feb 16 23:53:12 PST 2013


On 2/16/2013 7:26 PM, js.mdnq wrote:
> Would it ever be possible to compile D source directly to java to take advantage
> of what java offers. (e.g., the ability to run d code inside a browser)
>
> I'm not talking about necessarily fully fledged functionality(obviously stuff
> like asm isn't going to work) but basically the ability to use D's syntax and
> some of it's compiler features(mixins, templates, etc).
>

Java doesn't have pointers, so right off the bat there'd be big problems.


More information about the Digitalmars-d mailing list