On Friday, 13 February 2015 at 13:07:04 UTC, bearophile wrote:
I suggest you to read how a mark&sweep GC works, or better to implement a bare-bones mark&sweep GC in C language yourself for Lisp-like cons cells, you only need 100 lines of code or so to do it.
Got it. Thanks.