Which D compiler is the most maintained and future-proof? [DMD GDC and LDC]

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Mon Jul 24 13:51:18 UTC 2023


On 25/07/2023 1:26 AM, devosalain wrote:
> I could be interesting to also compare the licenses of the 3 compilers.

There isn't a huge difference between them.

The frontend, druntime and most of phobos (minus zlib and curl) are all 
Boost regardless of compiler.

That just leaves backends, which depends upon GCC and LLVM. So if you 
can use GCC and Clang, your fine to use GDC and LDC.


More information about the Digitalmars-d-learn mailing list