[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eq? tables

This page is part of the web mail archives of SRFI 69 from before July 7th, 2015. The new archives for SRFI 69 contain all messages, not just those from before July 7th, 2015.



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