www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Metaprogramming in D

reply Walter Bright <newshound1 digitalmars.com> writes:
This is a talk I gave last January for the NWCPP:

http://www.vimeo.com/4333802

http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metaprogramming_in_the_d/
Apr 27 2009
next sibling parent reply =?ISO-8859-1?Q?Lu=EDs_Marques?= <luismarques gmail.com> writes:
Walter Bright wrote:
 This is a talk I gave last January for the NWCPP:
 
 http://www.vimeo.com/4333802
 
 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/ 
 
Great video. (I found it funny how someone asked about using the 'with' statement with declaration templates. Walter said "I don't think I've ever tried that". -- I think the answer was no, but that part was hard to hear)
Apr 28 2009
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
Lus Marques wrote:
 Walter Bright wrote:
 This is a talk I gave last January for the NWCPP:

 http://www.vimeo.com/4333802

 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/ 
Great video. (I found it funny how someone asked about using the 'with' statement with declaration templates. Walter said "I don't think I've ever tried that". -- I think the answer was no, but that part was hard to hear)
Me too! :-P But I tried it and it works.
Apr 28 2009
parent =?ISO-8859-1?Q?Lu=EDs_Marques?= <luismarques gmail.com> writes:
Ary Borenszweig wrote:
 (I found it funny how someone asked about using the 'with' statement 
 with declaration templates. Walter said "I don't think I've ever tried 
 that". -- I think the answer was no, but that part was hard to hear)
Me too! :-P But I tried it and it works.
ISO is going to have lots of fun trying to standardize D ;-)
Apr 28 2009
prev sibling next sibling parent reply Clay Smith <clayasaurus gmail.com> writes:
Walter Bright wrote:
 This is a talk I gave last January for the NWCPP:
 
 http://www.vimeo.com/4333802
 
 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/ 
 
Cool video : )
Apr 28 2009
parent Georg Wrede <georg.wrede iki.fi> writes:
Clay Smith wrote:
 Walter Bright wrote:
 This is a talk I gave last January for the NWCPP:

 http://www.vimeo.com/4333802

 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/ 
Cool video : )
Yeah. Makes you wish you'd live around there.
Apr 28 2009
prev sibling parent reply digited <digited yandex.ru> writes:
Walter Bright пишет:
 This is a talk I gave last January for the NWCPP:
 
 http://www.vimeo.com/4333802
 
 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/ 
 
Nice video! What happened to the last part, about enums & strings? Can I read somewhere about conversions [enum -> corresponding string name]?
May 03 2009
parent "Simen Kjaeraas" <simen.kjaras gmail.com> writes:
On Sun, 03 May 2009 09:18:41 +0200, digited <digited yandex.ru> wrote:

 Walter Bright пишет:
 This is a talk I gave last January for the NWCPP:
  http://www.vimeo.com/4333802
   
 http://www.reddit.com/r/programming/comments/8fymt/walter_bright_explains_metap
ogramming_in_the_d/  
Nice video! What happened to the last part, about enums & strings? Can I read somewhere about conversions [enum -> corresponding string name]?
http://www.digitalmars.com/d/2.0/phobos/std_typecons.html#defineEnum Not sure if there is anything like it in D1. -- Simen
May 02 2009