[plt-scheme] eq-hash-code

From: Mark Engelberg (mark.engelberg at gmail.com)
Date: Tue Oct 7 23:58:43 EDT 2008

Very interesting.  If you don't care about the value fitting into a
fixnum, is there any way to generate a hash code that is guaranteed to
be unique?  For example, does Scheme have some sort of internal
"address" of each allocation that stays consistent even when 3m
actually moves around the objects in real memory?  If so, is there a
way to grab that address from a Scheme function call?

Thanks,

Mark


Posted on the users mailing list.