Re: [OT] My C++ talk at GoingNative 2013

2013-09-21 Thread Ali Çehreli
On 09/09/2013 09:43 AM, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei Great talk indeed! I am late to the party so instead of commenting on Reddit I will write here. There are two points made in the ta

Re: [OT] My C++ talk at GoingNative 2013

2013-09-21 Thread Nick Sabalausky
On Fri, 20 Sep 2013 10:50:23 -0700 Andrei Alexandrescu wrote: > On 9/19/13 3:56 PM, Justin Whear wrote: > > > > Yessir: http://imgur.com/W5AMy0P > > Awesome. My coworkers added that to our panoply of visual comments in > our review tool (Phabricator). > > Now any code reviewer could insert the

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Joakim
On Friday, 20 September 2013 at 16:09:46 UTC, Tobias Pankrath wrote: On Friday, 20 September 2013 at 15:52:35 UTC, Justin Whear wrote: On Thu, 19 Sep 2013 22:56:55 +, Justin Whear wrote: On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: On 9/18/2013 1:23 AM, Olivier Pisano wrote:

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Andrei Alexandrescu
On 9/19/13 3:56 PM, Justin Whear wrote: On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: On 9/18/2013 1:23 AM, Olivier Pisano wrote: On Friday, 13 September 2013 at 06:51:52 UTC, deadalnix wrote: There is 2 ask us anything. Can you tell us which one and approximately when ? Yes, th

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Tobias Pankrath
On Friday, 20 September 2013 at 15:52:35 UTC, Justin Whear wrote: On Thu, 19 Sep 2013 22:56:55 +, Justin Whear wrote: On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: On 9/18/2013 1:23 AM, Olivier Pisano wrote: Classic Andrei! :-) Should zoom in on that and make a gif! Yessir:

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Justin Whear
On Thu, 19 Sep 2013 22:56:55 +, Justin Whear wrote: > On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: > >> On 9/18/2013 1:23 AM, Olivier Pisano wrote: >> >> Classic Andrei! :-) >> >> Should zoom in on that and make a gif! > > Yessir: http://imgur.com/W5AMy0P I think I'm going to

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Olivier Pisano
On Thursday, 19 September 2013 at 22:56:55 UTC, Justin Whear wrote: On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: Yessir: http://imgur.com/W5AMy0P Thank you so much!

Re: [OT] My C++ talk at GoingNative 2013

2013-09-19 Thread Walter Bright
On 9/19/2013 3:56 PM, Justin Whear wrote: Yessir: http://imgur.com/W5AMy0P !!

Re: [OT] My C++ talk at GoingNative 2013

2013-09-19 Thread Justin Whear
On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: > On 9/18/2013 1:23 AM, Olivier Pisano wrote: >> On Friday, 13 September 2013 at 06:51:52 UTC, deadalnix wrote: >>> >>> There is 2 ask us anything. Can you tell us which one and >>> approximately when ? >> >> Yes, the first one ( >> http://c

Re: [OT] My C++ talk at GoingNative 2013

2013-09-19 Thread Walter Bright
On 9/18/2013 1:23 AM, Olivier Pisano wrote: On Friday, 13 September 2013 at 06:51:52 UTC, deadalnix wrote: There is 2 ask us anything. Can you tell us which one and approximately when ? Yes, the first one ( http://channel9.msdn.com/Events/GoingNative/2013/Interactive-Panel-Ask-Us-Anything ) a

Re: [OT] My C++ talk at GoingNative 2013

2013-09-18 Thread Gary Willoughby
On Wednesday, 18 September 2013 at 10:18:43 UTC, growler wrote: Watching your second talk on tuples I couldn't help thinking how much easier templates are in D. When reading C++ I find I have to make a context switch between run-time and compile-time thinking. It's quite jarring. In D, however,

Re: [OT] My C++ talk at GoingNative 2013

2013-09-18 Thread growler
On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei Just wanted to say thanks for posting the link, it was a great talk. Of the other talks I especially enjoyed t

Re: [OT] My C++ talk at GoingNative 2013

2013-09-18 Thread Olivier Pisano
On Friday, 13 September 2013 at 06:51:52 UTC, deadalnix wrote: There is 2 ask us anything. Can you tell us which one and approximately when ? Yes, the first one ( http://channel9.msdn.com/Events/GoingNative/2013/Interactive-Panel-Ask-Us-Anything ) around 01:14:20.

Re: [OT] My C++ talk at GoingNative 2013

2013-09-14 Thread Jacob Carlborg
On 2013-09-13 09:40, Mathias LANG wrote: It may be a trend, but I hope it will never become D's official approach, because it doesn't scale. This would left out all the people that use the object-file based approach (and related tools, like Makefiles), which is dominant in the Linux world, and i

Re: [OT] My C++ talk at GoingNative 2013

2013-09-13 Thread Mathias LANG
I do have a question regarding the talk's section on devirtualization. As a language that imposes virtual methods for classes, how well does D play when it comes to devirtualization? And on a side note, does D have a different way of implementing virtual methods than most C++ compilers do? In

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread deadalnix
On Wednesday, 11 September 2013 at 05:27:35 UTC, Olivier Pisano wrote: On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei This talks are amazing. I learned a lot.

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread deadalnix
On Friday, 13 September 2013 at 06:24:26 UTC, Jacob Carlborg wrote: On 2013-09-10 14:54, Olivier Grant wrote: First of all, I very much enjoyed the talk. It was as interesting as it was entertaining. Yes, I enjoyed it as well. I do have a question regarding the talk's section on devirtualiz

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread Jacob Carlborg
On 2013-09-10 14:54, Olivier Grant wrote: First of all, I very much enjoyed the talk. It was as interesting as it was entertaining. Yes, I enjoyed it as well. I do have a question regarding the talk's section on devirtualization. As a language that imposes virtual methods for classes, how wel

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread Sean Kelly
On Sep 12, 2013, at 2:46 PM, Iain Buclaw wrote: > > On Sep 12, 2013 9:16 PM, "Joseph Rushton Wakeling" > wrote: > > > > On Tuesday, 10 September 2013 at 13:08:29 UTC, Iain Buclaw wrote: > >> > >> All class methods are virtual by default in D, unless declared 'final'. > > > > > > There was an i

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread Sean Kelly
On Sep 12, 2013, at 2:46 PM, Iain Buclaw wrote: > > Not sure how long ago that was, but dconf everyone agreed to disagree and > left it at "we're not changing it". Here's a portion of the discussion where Walter seemed to change his mind: http://forum.dlang.org/thread/yzsqwejxqlnzryhrk...@foru

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread Iain Buclaw
On Sep 12, 2013 9:16 PM, "Joseph Rushton Wakeling" < joseph.wakel...@webdrake.net> wrote: > > On Tuesday, 10 September 2013 at 13:08:29 UTC, Iain Buclaw wrote: >> >> All class methods are virtual by default in D, unless declared 'final'. > > > There was an intense discussion a while back which ende

Re: [OT] My C++ talk at GoingNative 2013

2013-09-12 Thread Joseph Rushton Wakeling
On Tuesday, 10 September 2013 at 13:08:29 UTC, Iain Buclaw wrote: All class methods are virtual by default in D, unless declared 'final'. There was an intense discussion a while back which ended in (I think) a decision by Walter to switch to final-by-default, but there has so far been no prac

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread Olivier Pisano
On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei This talks are amazing. I learned a lot. Thank you all guys for your dedication and pedagogy. BTW, I really li

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread PauloPinto
On Tuesday, 10 September 2013 at 13:20:18 UTC, Iain Buclaw wrote: On 10 September 2013 11:10, deadalnix wrote: On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread Iain Buclaw
On 10 September 2013 11:10, deadalnix wrote: > On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: >> >> >> http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ >> >> Andrei > > > So I'll jump in as I've seen the conf before that

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread Iain Buclaw
On 10 September 2013 13:54, Olivier Grant wrote: > First of all, I very much enjoyed the talk. It was as interesting as it was > entertaining. > > I do have a question regarding the talk's section on devirtualization. As a > language that imposes virtual methods for classes, how well does D play w

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread Olivier Grant
First of all, I very much enjoyed the talk. It was as interesting as it was entertaining. I do have a question regarding the talk's section on devirtualization. As a language that imposes virtual methods for classes, how well does D play when it comes to devirtualization? And on a side note,

Re: [OT] My C++ talk at GoingNative 2013

2013-09-10 Thread deadalnix
On Monday, 9 September 2013 at 16:43:54 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei So I'll jump in as I've seen the conf before that post. It is really worthwhile to watch. Quite informative on t

[OT] My C++ talk at GoingNative 2013

2013-09-09 Thread Andrei Alexandrescu
http://www.reddit.com/r/programming/comments/1m1izv/goingnative_2013_writing_quick_code_in_c_quickly/ Andrei