On Saturday, 18 July 2015 at 13:48:20 UTC, Clayton wrote:
There seems to be a lot of mutation happening here yet I have heard no mutation should take place in meta-programming as it subscribes to functional programming paradigm.

That's not true in D, you can just write a regular function and evaluate it in a compile time context, like initializing a static variable.

You usually don't need to write special code for compile time stuff in D.

Reply via email to