Email list hosting service & mailing list manager


eq? tables Marc Feeley 26 Apr 2005 14:04 UTC

Tables where the key comparison procedure is eq? are very useful
for attaching information to objects.  Since eq? tables are
fundamental (in the sense that they are impossible to implement
efficiently in R5RS), I expected SRFI-69 to support them.
At the very least SRFI-69 should provide a hash procedure
that is consistent with eq?.

Marc