Hacker News new | ask | show | jobs
by typon 3288 days ago
D has templates, yet their error messages seem fine for debugging what's going on.
1 comments

That's because D's standard library doesn't use templates in the same way as the STL (No iterators, less policies). Also, D has is actually vaguely modern and has proper static reflection, static asserts and static if: Writing template constraints is easy, unlike C++ (even with Concepts/-lite)