From: Vincent St-Amour (stamourv at ccs.neu.edu) Date: Thu Jun 6 19:46:06 EDT 2013 |
|
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
Posted on the dev mailing list. |
|