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

Error : (describe (gensym))

vlad-km opened this issue · comments

commented
CL-USER> (describe (gensym))
ERROR: The name `NIL' does not designate any package.
CL-USER>

:gensym has no package

Fix here:

(format buf "~a in package ~a~%Print name: ~s~%" used (package-name pkg) sym-name))