Hacker News new | ask | show | jobs
by skocznymroczny 2445 days ago
I am worried the push towards integration with C++ will just turn D into a cheap C++ clone. We already got copy constructors, just to interact with C++ code. More C++ features to come.
3 comments

Copy constructors were needed due to type checking const/immutable copying. C++ interop was just icing on the cake.
It's the other way around, C++ is turning into a complicated D clone.
Nothing cheap about being way ahead of C++ in metaprogramming and compile-time programming.