technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

#' not ignored before a bracketed form #10

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

It was intended that

#'(form)

would be treated as equivalent to

(form)

for compatibility with Common Lisp, but this causes incorrect parsing.