[plt-scheme] eq-hash-code

From: Alan Watson (alan at alan-watson.org)
Date: Wed Oct 8 10:08:31 EDT 2008

You probably know this, but you could fake this by generating unique  
hash codes yourself and associating them with objects using weak hash  
tables or weak boxes. Of course, you would have to arrange to make the  
association yourself as objects are created, which might well be  
unworkable.

Regards,

Alan
-- 
Alan Watson
http://www.alan-watson.org/



Posted on the users mailing list.