On 05/21/2013 08:18 AM, WhatMeWorry wrote: > Is a Garbage Collector written without garbage collection?
Without knowing the details, I wouldn't be surprised. There are various memory management schemes. Here is a short article that lists some of them:
http://dlang.org/memory.htmlUnfortunately, it is pretty dated. Somebody should click [Improve this page] and fix some parts of it. :p At least the "scope storage class" is now replaced by Phobos's 'scoped'.
Ali
