digitalmars.D - Metaprogramming in D
- Walter Bright <newshound1 digitalmars.com> Apr 27 2009
- =?ISO-8859-1?Q?Lu=EDs_Marques?= <luismarques gmail.com> Apr 28 2009
- Ary Borenszweig <ary esperanto.org.ar> Apr 28 2009
- Clay Smith <clayasaurus gmail.com> Apr 28 2009
- Georg Wrede <georg.wrede iki.fi> Apr 28 2009
- digited <digited yandex.ru> May 03 2009
- "Simen Kjaeraas" <simen.kjaras gmail.com> May 02 2009
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
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
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
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
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
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
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/
What happened to the last part, about enums & strings? Can I read somewhere about conversions [enum -> corresponding string name]?
May 03 2009
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/
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









=?ISO-8859-1?Q?Lu=EDs_Marques?= <luismarques gmail.com> 