Sat, 05 Jun 2010 15:57:44 -0500, Ellery Newcomer wrote: > On 06/05/2010 03:42 PM, Justin Johansson wrote: >> Andrei Alexandrescu wrote: >>> http://erdani.com >>> >>> Don't worry, it's SFW :o). >>> >>> >>> Andrei >> >> Congratulations. I must say that I really like the cover design. >> Certainly it will stand out from the myriad of O'Reilly programming >> books -- the ones which have a white background and usually a picture >> of some animal on the cover. >> >> Of course it is no surprise seeing that there is a foreword written by >> Walter Bright but getting Scott Meyers to write one as well is not too >> bad. It would be an absolute scream though if it also featured a >> foreword by retard :-) > > With a picture of him. > > In a straitjacket. >
I bet a straitjacket is 100% safer than the noose around your neck. :o) This time it isn't made of rope, it's a string, a .stringof to be precise :D Have fun with your (I'm too lazy to test how broken this is now, probably you get at least some extra parentheses): enum bar { a,b,c } template Tuple(T...) { alias T Tuple; } class Bar {} class Foo { bar b1; Bar b2; Tuple!(int,int) tuple; } pragma(msg, Foo.tupleof.stringof)