[hackathon] An article about metaprogramming

weaselcat via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 29 11:37:23 PDT 2015


On Wednesday, 29 April 2015 at 15:26:58 UTC, Mafi wrote:
> Hello there,
>
> I took the occasion of the D hackathon to finally write a 
> technical article. I am programming games as a hobby and find 
> the D programming language perfectly suited for this task. So I 
> thought I could write an article about how I use D's 
> capabilities to program games efficiently.
>
> So here it is: 
> https://marfisc.wordpress.com/2015/04/29/using-d-templates-for-gamedev/
>
> What do you think? Any remarks?
>
> Mafi

I think the article highlights the issue with the current 
std.variant implementation, lack of pattern 
matching/destructuring in D, and need for better tuple syntax.
Nice article


More information about the Digitalmars-d mailing list