digitalmars.D.announce - Metaprogramming in D
- Walter Bright (3/3) Jul 24 2009 Looks like Bartosz has posted the video of one of my presentations to
- Sergey Gromov (5/9) Jul 29 2009 The slides have an error at 47:40, in supposedly generated unaryFun: the
- Walter Bright (1/1) Jul 29 2009 Good catch, thanks!
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/
Jul 24 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.
Jul 29 2009