D as a Better C
    Walter Bright via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Wed Aug 23 08:57:58 PDT 2017
    
    
  
On 8/23/2017 8:05 AM, John Colvin wrote:
> "D polymorphic classes will not, as they rely on the garbage collector."
> 
> They do? Don't have to allocate classes on the GC heap.
Using them without the GC is a fairly advanced technique, and I don't want to 
deal with people writing:
     C c = new C();
and complaining that it doesn't work.
    
    
More information about the Digitalmars-d-announce
mailing list