Cleaned up C++

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 22 14:58:15 PDT 2015


weaselcat:

> On Wednesday, 22 April 2015 at 19:29:08 UTC, Walter Bright 
> wrote:
>> D is just another of those “Let's put everything on the 
>> heap”-languages that do then of course need GC.
>
> what's up with people constantly equating garbage collection to 
> being the same as java?

In D you don't put everything on the heap. D is less 
stack-friendly than Ada (and probably Rust too), but in D you 
allocate lot of small stuff on the stack.

Bye,
bearophile


More information about the Digitalmars-d mailing list