1
Ask HN: How to Implementing Garbage Collection Algorithms
I have always been interested in garbage collection algorithms and language runtimes. And recently got my hands on "The Garbage Collection Handbook"[1].
My questions is, how can I go about implementing these algorithms :
- are there any student focused language VMs that anyone can recommend ?
- or any other recommendations on how to go about them?
[1] http://gchandbook.org/