Choosing Between GDC and DMD
I'm new to programming in D. What are the pros and cons of choosing either DMD (2.061) or GDC (4.6, 4.7 or 4.8, snapshot). And what GDC version should I pick? I've successfully built a recent snapshot of GCC-4.8 and GDC-4.8 and it compiles a hello world program. Here are my thoughts on pros so far: GDC : More platforms, run-time performance DMD : compilation-performance, more tested? What about debugging support through GDB - does it differ between GDC and DMD? Michal Minich Use DMD as it is the reference implementation and is most widely used. It is also the most up to date as new features