[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in KCL.
Hi,
I believe that the KCL version of the common lisp function
SXHASH has a bug for symbols:
BUG% kcl
KCl (Kyoto Common Lisp) September 16, 1986
>(sxhash 'aclass)
420748
>(sxhash 'class1)
420739
>(bye)
Bye.
BUG% kcl
KCl (Kyoto Common Lisp) September 16, 1986
>(sxhash 'class1)
420748
>(sxhash 'aclass)
420739
>
According to Guy Steele, the value returned by SXHASH should
not depend on the core image (pg. 285).
Nat Ballou
MCC AI
-------