June 29, 2014
On Friday, 27 June 2014 at 15:31:17 UTC, Andrei Alexandrescu wrote:
> http://www.reddit.com/r/programming/comments/298vtt/dconf_2014_panel_with_walter_bright_and_andrei/
>
> https://twitter.com/D_Programming/status/482546357690187776
>
> https://news.ycombinator.com/newest
>
> https://www.facebook.com/dlang.org/posts/874091959271153
>
>
> Andrei

Tuple destructuring syntax, straight from the horse's mouth =)

However, you said that you want destructuring for std.typecons.Tuple. Does this extend to built-in tuples? Looking at Kenji's DIP[1], it seems the proposed syntax is for built-in tuples.
June 29, 2014
On Sunday, 29 June 2014 at 02:07:48 UTC, Meta wrote:
> On Friday, 27 June 2014 at 15:31:17 UTC, Andrei Alexandrescu wrote:
>> http://www.reddit.com/r/programming/comments/298vtt/dconf_2014_panel_with_walter_bright_and_andrei/
>>
>> https://twitter.com/D_Programming/status/482546357690187776
>>
>> https://news.ycombinator.com/newest
>>
>> https://www.facebook.com/dlang.org/posts/874091959271153
>>
>>
>> Andrei
>
> Tuple destructuring syntax, straight from the horse's mouth =)
>
> However, you said that you want destructuring for std.typecons.Tuple. Does this extend to built-in tuples? Looking at Kenji's DIP[1], it seems the proposed syntax is for built-in tuples.

Whoops, link to the DIP: http://wiki.dlang.org/DIP32
July 02, 2014
On Friday, 27 June 2014 at 20:39:10 UTC, Walter Bright wrote:
> On 6/27/2014 12:53 PM, Dicebot wrote:
>> http://youtu.be/TNvUIWFy02I
>
> Ack, need to work on my posture :-(

I just got a chance to watch this, and one thing that I found more unsettling than your posture was your assertion that destructors and finalizers are "the same thing", in contrast to Hans-J. Boehm, who asserts that C++ destructors and Java finalizers "are completely different facilities". I assume that you've read Boehm's report  http://www.hpl.hp.com/techreports/2002/HPL-2002-335.html and if so I'd be interested in why you think he is mistaken, since both of your statements can't be correct.
1 2
Next ›   Last »