On Thursday, 1 October 2015 at 14:56:22 UTC, Suliman wrote:
On Wednesday, 9 September 2015 at 20:33:43 UTC, deadalnix wrote:
All is in the title.

ARM/Mips/pNaCl/WebAssembly require 32bits to work. These are valuable targets IMO.

What is the current status of the project? What need to implement since it's become self-compiling, oтв would be able to compile simple D Apps.

If you look at the runtime, that will give you an idea of the kind of code it can compile.

It can compile a descent subset of D, but most code won't compile, mostly because phobos makes use of all the feature imaginable in the language :)

It also have many rough edges. I would not recommend to use it for anything other than messing around to see what it can do at this stage.

Right now, I'm focusing on the GC. This may not seem like the priority #1, but that's pretty much he approach that I've taken with SDC so far: tackle difficult problem first, as these are the one more likely to impact the overall design of the thing.

Reply via email to