Yet Another Garbage Collector
Yet again I find myself writing a garbage collector.
I did a little work on PICKLE’s Javascript implementation, and perhaps Javascript is not the right choice. Because Javascript’s inheritance model is so similar to PICKLE’s, yet slightly different, implementing the inheritance (even with ES6 Proxy
s) is …