D Language 2.0

Rainer Deyke rainerd at eldwood.com
Wed Jan 20 19:12:31 PST 2010


Leandro Lucarella wrote:
> But I don't think people that *really* need to be in full control would
> see a RC GC as something tempting.

I don't need full control.  I need RAII for dynamically allocated
objects, with destructors that really work.  C++ with reference counting
can give me that and D with garbage collection can't, so I use C++
instead of D.

If the optional reference counting scheme in D solves this issue, then I
will seriously consider D for my next project (once D2 is released and
stable).


-- 
Rainer Deyke - rainerd at eldwood.com



More information about the Digitalmars-d mailing list