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

Hash tables => Hashing functions



Since Common Lisp provides three kinds of hash tables (eq, eql, and equal),
shouldn't it provide three kinds of hashing functions?  It currently provides
only SXHASH (i.e. EQUAL-HASH).