Y
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
atilaneves
2445 days ago
Copy constructors were needed due to type checking const/immutable copying. C++ interop was just icing on the cake.
link
p0nce
2444 days ago
It's the other way around, C++ is turning into a complicated D clone.
link
floatboth
2444 days ago
Nothing cheap about being
way
ahead of C++ in metaprogramming and compile-time programming.
link