Hacker News new | ask | show | jobs
by optiminimalist 4806 days ago
That looks like a great tool! I recently took a class in programming language design where we had to implement a simulated Treadmill garbage collector using a circular linked list in Java. It taught us the basics of how the algorithm works but not really how it functions within the context of an actual programming language implementation.

The proposed framework looks like it has a lot of potential.