At Thu, 6 Jun 2013 18:39:57 -0400, Carl Eastlund wrote: > Also if you're going to memoize things, why are you using assoc rather than > a hash table? Or if at all possible, a weak hash table?
I'm using `procedure-closure-contents-eq?' as the equality predicate. AFAIK, there's no hash table for that. Vincent _________________________ Racket Developers list: http://lists.racket-lang.org/dev