A suggestion to D community

Sean Kelly sean at invisibleduck.org
Wed Sep 17 07:14:04 PDT 2008


Saaa wrote:
>> It's more likely that this common core will come from Tango, since I've
>> already done all the necessary work for this.  Stay tuned.
> 
> Does the gc reside in the core?
> Or better, what makes up the core? 

The GC, the compiler runtime, and some essential standard library code 
(thread support and exceptions, basically).  In Tango, these three 
components have no external compile-time dependencies and can actually 
be developed and built as separate standalone libraries.  Tango 
originally shipped this way, but it turned out to be too much for the 
average programmer so everything is now re-bundled into a single library 
for convenience (though the old standalone libraries are still built and 
then simply discarded).


Sean



More information about the Digitalmars-d mailing list