D garbage collector and real-time systems

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 30 03:54:35 PST 2015


On 01/28/2015 09:12 AM, Mike wrote:
>
> Note that D has 3 built-in types: exceptions, dynamic arrays, and
> associative arrays, that may be difficult to use without the GC:
> http://dlang.org/builtin.html.

4 actually, if you count delegate closures.
http://dlang.org/function.html#closures


More information about the Digitalmars-d mailing list