jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EQ-HASH refactoring

vlad-km opened this issue · comments

commented

(defun eq-hash (x)

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: nagy@5b3f1fe

commented

Do it