Thread overview
Metaprogramming in D
Jul 24, 2009
Walter Bright
Jul 29, 2009
Sergey Gromov
Jul 30, 2009
Walter Bright
July 24, 2009
Looks like Bartosz has posted the video of one of my presentations to the NWCPP!

http://www.reddit.com/r/programming/comments/944gh/the_d_language_metaprogramming_language_is_d/
July 29, 2009
Fri, 24 Jul 2009 02:35:33 -0700, Walter Bright wrote:

> Looks like Bartosz has posted the video of one of my presentations to the NWCPP!
> 
> http://www.reddit.com/r/programming/comments/944gh/the_d_language_metaprogramming_language_is_d/

The slides have an error at 47:40, in supposedly generated unaryFun: the return type should've been bool instead of int.  Lots of people asked about the ugly typeof but nobody seemed to have noticed that the resulting type it was suposed to produce was wrong.
July 30, 2009
Good catch, thanks!