I'm proficient in C++ but when I write a tool for work it often ends up being 2x faster to write in D than if written in C++.
The lack of wrapping of OS primitives, harder to integrate libraries and inflexible language is a factor. C++ simply isn't very productive, even with years of practice.
Comments
I'm proficient in C++ but when I write a tool for work it often ends up being 2x faster to write in D than if written in C++. The lack of wrapping of OS primitives, harder to integrate libraries and inflexible language is a factor. C++ simply isn't very productive, even with years of practice.