jscl
jscl copied to clipboard
EQ-HASH refactoring
https://github.com/jscl-project/jscl/blob/dd613aa7a2f09591bccbfc3f4c727c98a867cae2/src/hash-table.lisp#L39
The current release of the hash table does not work correctly with numeric keys.
CL-USER> (gethash 1 qq )
ERROR: activechars.join is not a function
A very crude fix for this: https://github.com/nagy/jscl/commit/5b3f1fe363b2b8c8b4bc6c40aa250824847bb60a
Do it