On Tuesday, 24 April 2012 at 12:04:27 UTC, Eljay wrote:
I have to say, I’m not a fan of JavaScript. I’ve seen the leading edge of compile-to-JavaScript languages, such as CoffeeScript and DART. Can D get on that bandwagon and have the D compiler compile to JavaScript as some sort of IL?
Yeah, I've had more success than I thought I would with a dmd fork: https://github.com/adamdruppe/dmd/tree/dtojs A good chunk of the language works and we can do pretty good library stuff (when I find the time!) there's also LLVM's emscripten that takes a different approach.
