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

`READER` error

vlad-km opened this issue · comments

commented
CL-USER> (setq ll :||)
ERROR: Out of range.
CL-USER> (#j:console:log  :||)
ERROR: Out of range.
CL-USER> :||
ERROR: Out of range.
CL-USER> (symbol-name :||)
ERROR: Out of range.