Blog: GC

Jacob Carlborg doob at me.com
Wed Mar 17 10:15:42 UTC 2021


On Sunday, 7 March 2021 at 07:10:30 UTC, Rumbu wrote:

> Secondly, basic language constructs must be available in the 
> core language not in a library, even if it's just druntime in 
> this case. Putting them in the library makes the language 
> unusable without that library.

FYI, there are a bunch of language features that require library 
support. One of the most obvious ones would be allocating memory 
using `new`.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list