November 08, 2015
Here is the blog post https://maikklein.github.io/2015/08/11/Metaprogramming-D/

And the discussion on reddit: https://www.reddit.com/r/programming/comments/3s1qrt/metaprogramming_in_d_from_a_beginners_perspective/
November 08, 2015
On Sunday, 8 November 2015 at 21:03:44 UTC, maik klein wrote:
> Here is the blog post https://maikklein.github.io/2015/08/11/Metaprogramming-D/
>
> And the discussion on reddit: https://www.reddit.com/r/programming/comments/3s1qrt/metaprogramming_in_d_from_a_beginners_perspective/

Interesting read!

The Engine class reminds me of a similar thing I did a while back when I was creating a simple entity system.