Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-16 Thread Andrei Alexandrescu
On 4/16/12 10:00 AM, Denis Shelomovskij wrote: 11.04.2012 20:23, Andrei Alexandrescu написал: http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Andrei 27:17 It's valid to pass an empty list. Compilation will fail when T.length = 1 for 'x[1]'. Andrei is really looking emba

Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-16 Thread Ali Çehreli
On 04/11/2012 11:28 PM, Jacob Carlborg wrote: > On 2012-04-11 18:23, Andrei Alexandrescu wrote: >> http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D >> >> Andrei > > Nice talk. I noted a minor error in the slides. On several occasions you > check for the "<" operator but then u

Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-16 Thread Denis Shelomovskij
11.04.2012 20:23, Andrei Alexandrescu написал: http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Andrei 27:17 It's valid to pass an empty list. Compilation will fail when T.length = 1 for 'x[1]'. Andrei is really looking embarrassed telling this like if he knows it's a

Re: dmd 1.074 and 2.059 release

2012-04-16 Thread Steven Schveighoffer
On Sat, 14 Apr 2012 11:01:56 -0400, Adam D. Ruppe wrote: On Saturday, 14 April 2012 at 02:52:59 UTC, Walter Bright wrote: Sorry about that, but the beta has been out for a week and a half, and we fixed every reported regression since 2.058. I'm sure I'm not the only one who doesn't use th

Re: InfoQ: Generic Programming Galore Using D -- Andrei Alexandrescu

2012-04-16 Thread David Nadlinger
On Monday, 16 April 2012 at 08:51:38 UTC, Dejan Lekic wrote: A very nice presentation on one of the best web-sites for software engineers (in my humble opinion). http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Well-done Andrei! - Finally a D-related presentation on InfoQ.

InfoQ: Generic Programming Galore Using D -- Andrei Alexandrescu

2012-04-16 Thread Dejan Lekic
A very nice presentation on one of the best web-sites for software engineers (in my humble opinion). http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Well-done Andrei! - Finally a D-related presentation on InfoQ.