On 2014-01-26 03:32, Frank Bauer wrote: > I don't want to miss out on a single language feature of D. Where is > that GC-free runtime? Here it is: https://github.com/D-Programming-Language/druntime/blob/master/src/gcstub/gc.d It implements the GC API using malloc. One needs to manually delete the memory with GC.free. -- /Jacob Carlborg