Hacker News new | ask | show | jobs
by zooko_LeastAuth 4792 days ago
That's the evolution Python went through as well: reference counting, then (in CPython 2.0) an adjunct cycle-collector, then (in PyPy) a non-reference-counting garbage collector.

Hopefully in future versions of PyPy an even better garbage collector. :-)