A look at the D programming language by Ferdynand Górski

Phil Lavoie maidenphil at hotmail.com
Mon Jan 7 13:49:11 PST 2013


Cool article.

Most of my favorite features are just skipped but hey, you can't 
cover everything in an overview! Plus, every new article 
describing D's is important.

What's he saying about "delete" being deprecated? Is that true? 
Are we talking about that delete:

class {
   new( size_t size ) { ... }
   delete( void * v ) { ... }

}

Or the global one he uses? Personally, I would like the delete 
operator to continue to exist, just to explicitly delete objects 
when needed (although scope objects works fine in most cases).

Phil


More information about the Digitalmars-d-announce mailing list