garbage collection

Nock cannot create cycles, so nouns can be managed without a tracing garbage collector.whitepaper

Tracing garbage collection is a form of automatic memory management that consists of determining which objects should be deallocated ("garbage collected") by tracing which objects are reachable by a chain of references from certain "root" objects, and considering the rest as "garbage" and collecting them.