Hacker News new | ask | show | jobs
by scotty79 1663 days ago
Probabaly lack of killer application.

If you released super popular whatever (game engine, embedded platform, 3d design software) that uses D as its customization language suddenly a lot more people would have a good reason to learn D.

2 comments

The largest-scale usage of D that I have personally seen is a AAA game studio who had an in-house 3D-engine in C++, and chose to write plugins and game logic in D because of easy integration and hot-swappability. AFAIK worked out well for them.
Which is amusing because the compatibility means a lot of customization would just be written in C.