Hacker News new | ask | show | jobs
by ntrel 5071 days ago
> C++ has the best (imperative) language support for templates

D's template support is far superior: static if, constraints, compile-time function execution, string mixins, opDispatch. These features make templates much more practical and more powerful.