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
Check out the following page. It has many links. http://lua-users.org/wiki/GarbageCollection