Is D Dead?
IGotD-
nise at nise.com
Wed Sep 15 10:28:05 UTC 2021
On Wednesday, 15 September 2021 at 10:00:39 UTC, Walter Bright
wrote:
>
> GC already is an optional feature in D.
It depends what you mean by that, arrays and about all other data
structures rely on GC. Also entire Phobos require GC.
D without any libraries does not rely on GC but then you have
removed many useful features of the language. The situation is
similar with C++ but there the library only depends on
malloc/free without any extra memory penalty and tracing penalty.
More information about the Digitalmars-d
mailing list