Jump to page: 1 2
Thread overview
D at 20: Hits and Misses, and what I learned along the way Oct 19
Sep 22, 2019
Walter Bright
Sep 23, 2019
Peter Jacobs
Sep 23, 2019
Walter Bright
Sep 23, 2019
H. S. Teoh
Sep 23, 2019
Walter Bright
Sep 23, 2019
H. S. Teoh
Sep 24, 2019
Walter Bright
Oct 18, 2019
Ron Tarrant
Oct 17, 2019
Dennis
Oct 17, 2019
H. S. Teoh
Oct 17, 2019
Dennis
Oct 17, 2019
Adam D. Ruppe
Oct 18, 2019
Walter Bright
Oct 20, 2019
Ethan
Oct 18, 2019
Walter Bright
September 22, 2019
I'll be speaking at the Northwest C++ Users's Group on Oct 19.

https://nwcpp.org/

Work began on the D programming language 20 years ago. A huge part of language design is looking at the past for what worked and what didn’t, and divining future trajectories so the language can be where the ball lands. D has its share of strikes and home runs. I’ll be talking about a few of each, and lessons learned the hard way. I’ll pontificate a bit about where programming languages and D are headed.
September 23, 2019
On Sunday, 22 September 2019 at 19:40:48 UTC, Walter Bright wrote:
> I'll be speaking at the Northwest C++ Users's Group on Oct 19.
>
> https://nwcpp.org/

That page says "Oct 16th, 2019 at 7:00 PM".

September 23, 2019
On Sun, Sep 22, 2019 at 12:40:48PM -0700, Walter Bright via Digitalmars-d-announce wrote:
> I'll be speaking at the Northwest C++ Users's Group on Oct 19.
> 
> https://nwcpp.org/
> 
> Work began on the D programming language 20 years ago. A huge part of language design is looking at the past for what worked and what didn’t, and divining future trajectories so the language can be where the ball lands. D has its share of strikes and home runs. I’ll be talking about a few of each, and lessons learned the hard way. I’ll pontificate a bit about where programming languages and D are headed.

Will this talk be posted somewhere like Youtube afterwards?  I'd love to hear it, but can't attend in-session for practical reasons.


T

-- 
Being able to learn is a great learning; being able to unlearn is a greater learning.
September 23, 2019
On 9/23/2019 12:38 AM, Peter Jacobs wrote:
> On Sunday, 22 September 2019 at 19:40:48 UTC, Walter Bright wrote:
>> I'll be speaking at the Northwest C++ Users's Group on Oct 19.
>>
>> https://nwcpp.org/
> 
> That page says "Oct 16th, 2019 at 7:00 PM".
> 

Oops, you're right!
September 23, 2019
On 9/23/2019 10:49 AM, H. S. Teoh wrote:
> Will this talk be posted somewhere like Youtube afterwards?

Yes, though sometimes it doesn't due to various failure modes of the camera and operator :-)
September 23, 2019
On Mon, Sep 23, 2019 at 02:55:00PM -0700, Walter Bright via Digitalmars-d-announce wrote:
> On 9/23/2019 10:49 AM, H. S. Teoh wrote:
> > Will this talk be posted somewhere like Youtube afterwards?
> 
> Yes, though sometimes it doesn't due to various failure modes of the camera and operator :-)

There should be redundant, decoupled camera/operator crew to solve this problem. ;-)


T

-- 
Chance favours the prepared mind. -- Louis Pasteur
September 24, 2019
On 9/23/2019 3:01 PM, H. S. Teoh wrote:
> On Mon, Sep 23, 2019 at 02:55:00PM -0700, Walter Bright via Digitalmars-d-announce wrote:
>> On 9/23/2019 10:49 AM, H. S. Teoh wrote:
>>> Will this talk be posted somewhere like Youtube afterwards?
>>
>> Yes, though sometimes it doesn't due to various failure modes of the
>> camera and operator :-)
> 
> There should be redundant, decoupled camera/operator crew to solve this
> problem. ;-)

I know. The same thing happened at DConf 2018, where the first morning's sessions were all lost.
September 25, 2019
On Tuesday, 24 September 2019 at 23:27:44 UTC, Walter Bright wrote:
> On 9/23/2019 3:01 PM, H. S. Teoh wrote:
>> On Mon, Sep 23, 2019 at 02:55:00PM -0700, Walter Bright via There should be redundant, decoupled camera/operator crew to solve this
>> problem. ;-)
>
> I know. The same thing happened at DConf 2018, where the first morning's sessions were all lost.

Going by the lessons of DConf 2015, I reckon we should always have at least one person using their laptop to stream to YouTube ;-)
October 17, 2019
On Monday, 23 September 2019 at 17:49:12 UTC, H. S. Teoh wrote:
> Will this talk be posted somewhere like Youtube afterwards?

It's up now!
https://www.youtube.com/watch?v=p22MM1wc7xQ
October 17, 2019
On Thu, Oct 17, 2019 at 07:24:20PM +0000, Dennis via Digitalmars-d-announce wrote:
> On Monday, 23 September 2019 at 17:49:12 UTC, H. S. Teoh wrote:
> > Will this talk be posted somewhere like Youtube afterwards?
> 
> It's up now!
> https://www.youtube.com/watch?v=p22MM1wc7xQ

Huh.  Walter says binary literal were removed from D, so how come the following still compiles on git master??

	pragma(msg, 0b1000_1000);


T

-- 
It is widely believed that reinventing the wheel is a waste of time; but I disagree: without wheel reinventers, we would be still be stuck with wooden horse-cart wheels.
« First   ‹ Prev
1 2