reddit discussion on article by bearophile

Somedude lovelydear at mailmetrash.com
Wed Nov 16 13:59:35 PST 2011


Le 16/11/2011 17:57, Andrei Alexandrescu a écrit :
> http://www.reddit.com/r/programming/comments/me6a5/some_examples_of_strong_static_typing_in_d/
> 
> 
> Andrei

Someone brought up a problem I had thought about a few days ago.
I quote (emphasis by me):

> However, I am not much of a fan of D. I prefer c++ more because it
doesn't even try and memory manage, whereas in D it is optional. *I do
not like this because you end up using libraries which use the GC* and I
think that ruins a sort of elegance you get from select right kind of
smart pointer for as specific usage.

Given that D boasts that you can choose to *not* use the GC, shouldn't
Phobos strive to resort to manual memory management ?

I supposed this has already been discussed, but just in case I missed
the discussion, could someone give a link to it ?


More information about the Digitalmars-d mailing list