Tuesday, September 9, 2014

Racket GC Tests.

To anyone doing the racket garbage collector exercises, this is the assignment page for a class doing the exact exercise. It specifies tests that must pass as well; I found this link while trying to think up tests in the face of a lack of working libraries(equals?, map, filter, fold) and a suspicion of a lack of tail call recursion.

http://www.eecs.northwestern.edu/~robby/courses/321-2014-winter/hw7.html

I recommend the assignment as it imposes upon the student how elementary mark-sweep really is.

No comments:

Post a Comment