[racket] Garbage collection in Racket

From: Harry Spier (vasishtha.spier at gmail.com)
Date: Sun Jul 22 16:21:53 EDT 2012

1) If a data structure is out of scope and is not closed over by a
closure, does that always ensure that doing a (collect-garbage) will
reclaim the memory?
2) What triggers automatic garbage collection.

Thanks,
Harry

Posted on the users mailing list.