How to implement a garbage collector?

前端 未结 8 543
灰色年华
灰色年华 2021-01-29 17:52

Could anyone point me to a good source on how to implement garbage collection? I am making a lisp-like interpreted language. It currently uses reference counting, but of course

8条回答
  •  不思量自难忘°
    2021-01-29 18:44

    Garbage collection implementation in Lisp

    Building LISP | http://www.lwh.jp/lisp/

    Arcadia | https://github.com/kimtg/arcadia

提交回复
热议问题