Re: My Meeting C++ Keynote video is now available

2019-01-12 Thread Walter Bright via Digitalmars-d-announce

On 1/12/2019 7:51 AM, Andrei Alexandrescu wrote:

https://youtube.com/watch?v=tcyb1lpEHm0


One major takeaway is that the bugs/line are the same regardless of the language 
used. This means that languages that enable more expression in fewer lines of 
code result in fewer bugs for the same functionality.


Another way to look at that is when refactoring code, look for ways of reducing 
the line count.


It does not mean deleting comment lines, or putting several statements on one 
line. :-)


Re: My Meeting C++ Keynote video is now available

2019-01-12 Thread Jon Degenhardt via Digitalmars-d-announce
On Saturday, 12 January 2019 at 15:51:03 UTC, Andrei Alexandrescu 
wrote:

https://youtube.com/watch?v=tcyb1lpEHm0

If nothing else please watch the opening story, it's true and 
quite funny :o).


Now as to the talk, as you could imagine, it touches on another 
language as well...



Andrei


Very nice. I especially liked how design by introspection was 
contrasted with other approaches and how the constexpr discussion 
fit into the overall theme.


--Jon


Re: My Meeting C++ Keynote video is now available

2019-01-12 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 1/12/19 7:21 PM, Bastiaan Veelo wrote:

On Saturday, 12 January 2019 at 15:51:03 UTC, Andrei Alexandrescu wrote:

https://youtube.com/watch?v=tcyb1lpEHm0

If nothing else please watch the opening story, it's true and quite 
funny :o).


Now as to the talk, as you could imagine, it touches on another 
language as well...



Andrei


Top notch, as usual.

Nice progression from “another language” through “the other language”, 
“d (other) language” to finally just “D language“ :-)


Bastiaan.


Glad you noticed. It was deliberate.


Re: My Meeting C++ Keynote video is now available

2019-01-12 Thread Bastiaan Veelo via Digitalmars-d-announce
On Saturday, 12 January 2019 at 15:51:03 UTC, Andrei Alexandrescu 
wrote:

https://youtube.com/watch?v=tcyb1lpEHm0

If nothing else please watch the opening story, it's true and 
quite funny :o).


Now as to the talk, as you could imagine, it touches on another 
language as well...



Andrei


Top notch, as usual.

Nice progression from “another language” through “the other 
language”, “d (other) language” to finally just “D language“ :-)


Bastiaan.


Re: My Meeting C++ Keynote video is now available

2019-01-12 Thread Walter Bright via Digitalmars-d-announce

On 1/12/2019 7:51 AM, Andrei Alexandrescu wrote:

https://youtube.com/watch?v=tcyb1lpEHm0


Wonderful talk! The questions asked at the end were great, too.


My Meeting C++ Keynote video is now available

2019-01-12 Thread Andrei Alexandrescu via Digitalmars-d-announce

https://youtube.com/watch?v=tcyb1lpEHm0

If nothing else please watch the opening story, it's true and quite 
funny :o).


Now as to the talk, as you could imagine, it touches on another language 
as well...



Andrei