Maybe D is right about GC after all !
rikki cattermole
rikki at cattermole.co.nz
Tue Dec 19 10:14:03 UTC 2017
On 19/12/2017 10:09 AM, Walter Bright wrote:
> On 12/19/2017 2:02 AM, rikki cattermole wrote:
>> On 19/12/2017 9:54 AM, Walter Bright wrote:
>>> "C, Python, Go, and the Generalized Greenspun Law"
>>>
>>> http://esr.ibiblio.org/?p=7804
>>
>> I must agree, GC is a wonderful fallback.
>
> I tend to write hybrid programs in D, so I wouldn't call it a fallback.
> Just like I might use both structs and classes!
I'm working mostly on library type code like SPEW. Where I do use both
sturcts and classes but prefer IAllocator over the GC (even if the
instance is the GC) with RC.
Indeed, for quick utility things I don't bother with anything else
either! :)
More information about the Digitalmars-d
mailing list