Metaprogramming in D - From a beginner's perspective
TheFlyingFiddle via Digitalmars-d
digitalmars-d at puremagic.com
Sun Nov 8 14:49:24 PST 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.
More information about the Digitalmars-d
mailing list