On Tuesday, 20 January 2015 at 22:10:36 UTC, deadalnix wrote: > That is GC implementation issue, not a language issue. If it > ain't broken, don't fix it. Efficient GC with compile time safety is a language issue. Current Class allocation and deallocation patterns are making fast collection unlikely IMHO.