|
|
|
|
|
by WalterBright
245 days ago
|
|
C#, Java and C++ have poor copies of the D features. For example, C++ constexpr is a bad design because a special keyword to signify evaluating at compile time is completely redundant. (Just trigger on constexpr in the grammar.) C++ modules, well, they should have more closely copied D modules! |
|
Worse is better approach tends to always win.