Quora: Why hasn't D started to replace C++?

12345swordy alexanderheistermann at gmail.com
Wed Jan 31 18:30:29 UTC 2018


On Tuesday, 30 January 2018 at 20:45:44 UTC, Andrei Alexandrescu 
wrote:
> https://www.quora.com/Why-hasnt-D-started-to-replace-C++
>
> Andrei

For me personally, there are some really nasty bugs regarding 
default attributes (@nogc/@safe) that prevent me from using D in 
personal code projects.
Examples being:
Destroy can't be called in @safe and @nogc  context even it is 
the base class destructor is marked with @safe and @nogc. Among 
other base object functions.
https://dlang.org/phobos/object.html
This bug requires a DIP to fix(I was thinking about writing up 
one, but I am not sure if I should do that).
I don't want new features, I just want to fix the current 
existing bugs.


Alex


More information about the Digitalmars-d mailing list