On Wednesday, 11 July 2012 at 18:48:38 UTC, Stephen wrote:
Hey there,
I'm considering learning D as a general purpose language.
But for that matter I would like to know how Poratble D is.
As far as I know only x86 and x86_64 are supported.
Can you tell me otherwise? What about SPARC and PowerPC for
example?
If they are not supported yet, what do you think how long it
will take until theye are?
Will D ever be usable for embeddet systems?
Thanks
DMD supports x86, and x86-64 (except on Windows, where it only
supports x86).
GDC supports all architectures the GCC backend can target.
LDC supports all architectures LLVM can target.
Both GCC and LLVM can target SPARC and PowerPC.