Adding Garbage collector to MathOO
Is it possible to add garbage collector to MathOO which is practical?
In Mathematica, variables with downvalues will not be collected even it has the attribute "temporary".
Since MathOO makes extensive use of downvalues for both class and object, is it possible to overcome ...