What should one do if one wishes to make a hash table of objects is CMUCL?
Specifically, hash tables are defined to test on eq, eql, equal or equalp. But none of these do deep equality on CLOS objects, and none of them are generic functions? So how do you all do table lookup for CLOS objects? I don't recall ever having had this problem before, but then I've mostly used Allegro, which may have extended EQUALP to do some kind of deep equality testing on objects.... Thanks, R
