Hacker News new | ask | show | jobs
by WalterBright 2308 days ago
> How many other languages have a Turing complete sublanguage built into them just to handle templating?

D does. It's just that nobody uses it for that, because CTFE (Compile Time Function Execution) is so much better.

https://dlang.org/spec/function.html#interpretation