The reference D compiler is now open source
forum.dlang.org
The reference D compiler is now open source
1–10 of 313 posts
Re: The reference D compiler is now open source
#2Here it is:
Re: The reference D compiler is now open source
#3I wonder how releasing the dmd backend as Open Source will change the balance between the various compilers, and what people will favor going forward?
Re: The reference D compiler is now open source
#4And best of all, it's the Boost license! Here it is: https://github.com/dlang/dmd/pull/6680
Re: The reference D compiler is now open source
#5Interesting change! Before, people had a choice between the proprietary Digital Mars D (dmd) compiler, or the GCC-based GDC compiler. And apparently, since the last time I looked, also the "LDC" compiler that used the already-open dmd frontend but replaced the proprietary backend with LLVM. I wonder how releasing the dmd backend as Open Source will change the balance between the various compilers, and what people wil…
Re: The reference D compiler is now open source
#6And best of all, it's the Boost license! Here it is: https://github.com/dlang/dmd/pull/6680
Why is this a good thing? I'm not familiar with the Boost license.
Re: The reference D compiler is now open source
#7Interesting change! Before, people had a choice between the proprietary Digital Mars D (dmd) compiler, or the GCC-based GDC compiler. And apparently, since the last time I looked, also the "LDC" compiler that used the already-open dmd frontend but replaced the proprietary backend with LLVM. I wonder how releasing the dmd backend as Open Source will change the balance between the various compilers, and what people wil…
Each of dmd/gdc/ldc has their individual strengths and styles. It's an embarrassment of riches.
I'd be really interested to hear a comparison of those from someone experienced with D and its community.
Re: The reference D compiler is now open source
#8Now I have no excuse to avoid learning the language, and that should be fun.
Re: The reference D compiler is now open source
#9Earlier quoted context omitted.
Each of dmd/gdc/ldc has their individual strengths and styles. It's an embarrassment of riches.
> Each of dmd/gdc/ldc has their individual strengths and styles. I'd be really interested to hear a comparison of those from someone experienced with D and its community.
http://dlang.org/download.html
More information on the wiki (also linked to from the download page):
Re: The reference D compiler is now open source
#10And best of all, it's the Boost license! Here it is: https://github.com/dlang/dmd/pull/6680
Why is this a good thing? I'm not familiar with the Boost license.