Thread overview
Video: Walter Bright D at Lang.NEXT 2012
Apr 11, 2012
Walter Bright
Apr 13, 2012
Timon Gehr
Apr 13, 2012
Walter Bright
Apr 14, 2012
Jesse Phillips
April 11, 2012
http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/The-D-Programming-Language

and on Reddit:

http://www.reddit.com/r/programming/comments/s5492/the_d_programming_language_walter_bright_langnext/

April 13, 2012
On 04/12/2012 01:04 AM, Walter Bright wrote:
> http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/The-D-Programming-Language
>
>
> and on Reddit:
>
> http://www.reddit.com/r/programming/comments/s5492/the_d_programming_language_walter_bright_langnext/
>
>

DMD actually implements pure as 'no reading or writing of mutable free variables' instead of 'no reading or writing of mutable static variables'. Is that going to change?
April 13, 2012
On 4/13/2012 7:25 AM, Timon Gehr wrote:
> On 04/12/2012 01:04 AM, Walter Bright wrote:
>> http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/The-D-Programming-Language
>>
>>
>>
>> and on Reddit:
>>
>> http://www.reddit.com/r/programming/comments/s5492/the_d_programming_language_walter_bright_langnext/
>>
>>
>>
>
> DMD actually implements pure as 'no reading or writing of mutable free
> variables' instead of 'no reading or writing of mutable static variables'. Is
> that going to change?

no
April 14, 2012
On Wednesday, 11 April 2012 at 23:05:20 UTC, Walter Bright wrote:
> http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/The-D-Programming-Language
>
> and on Reddit:
>
> http://www.reddit.com/r/programming/comments/s5492/the_d_programming_language_walter_bright_langnext/

:) So if I got this timeline right in Native Panel Herb unintentionally takes a jab at D trying to keep the dynamic languages happy by saying, "and it is a mistake [...], that one tool is can subsume the other." -16:10 context at 13:45

Then the next day, you're presenting D wanting to cover Modeling Power, Modern Convenience (programer productivity) and efficiency.

Both your's and Andrei's presentations were great and suplemented each other nicely. I think Andrei did better at going over the syntax used to describe things, but I think there is some expectation people won't be wanting to know every detail about the language (well, except that they did as there was a question for each unique part of the syntax)