Re: Progopedia - encyclopedia of programming languages

2009-11-24 Thread Ary Borenszweig
Michael Mittner wrote: A KR type book for D, “The D Programming Language”, written by Andrei Alexandrescu and published by Addison-Wesley Professional is scheduled for publication in May 1010. D has come a long way! It time travelled to the past!

Re: Progopedia - encyclopedia of programming languages

2009-11-24 Thread Nick Sabalausky
Ary Borenszweig a...@esperanto.org.ar wrote in message news:heg90n$5h...@digitalmars.com... Michael Mittner wrote: A KR type book for D, The D Programming Language, written by Andrei Alexandrescu and published by Addison-Wesley Professional is scheduled for publication in May 1010. D has

Re: Progopedia - encyclopedia of programming languages

2009-11-24 Thread JMRyan
Ary Borenszweig a...@esperanto.org.ar wrote in news:heg99k$6r...@digitalmars.com: I think the For each value in a numeric range, 1 increment can be replaced by: foreach(i; 0 .. limit) statement and the other with foreach_reverse(i; 0 .. limit) statement but these only work

Re: Progopedia - encyclopedia of programming languages

2009-11-24 Thread Anders F Björklund
JMRyan wrote: I don't understand. You appear to be referring a connonical or otherwise previously publish version fo D. Or perhaps I misunderstood you. I meant the canonical samples/d/hello.d as in the DMD distributions. I didn't use writeln() because it is not available in D1. I added a

Re: Metaprogramming in D : Some Real-world Examples

2009-11-24 Thread BCS
Hello Lutger, Walter Bright wrote: Looks like Bill Baxter is giving a presentation on D Nov. 18! http://www.nwcpp.org/ slides are there! Very pretty, I bet it was a fine presentation. The slides are informative, good examples. re: the slides, are they avalable in .ppt or pdf for us