My Meeting C++ Keynote video is now available

Steven Schveighoffer schveiguy at gmail.com
Mon Jan 14 16:12:02 UTC 2019


On 1/14/19 10:57 AM, Adam D. Ruppe wrote:
> On Monday, 14 January 2019 at 14:56:00 UTC, bachmeier wrote:
>> Only a small sliver of programming involves anything where "overhead 
>> of a runtime" is an issue. I hope you intend this comment as 
>> pertaining to Better C usage.
> 
> Real D is the true better C. These improvements can improve in various 
> situations.
> 
> That said though, I'd be against removing built-in classes and 
> interfaces. They are useful in a lot of places built in... though I 
> kinda wish the runtime code was a bit thinner and lighter too.

Some of the old crufty features of classes can be jettisoned like 
toString and toHash, and object.factory.

-Steve


More information about the Digitalmars-d-announce mailing list