technoblogy / ulisp

A version of the Lisp programming language for ATmega-based Arduino boards.
http://www.ulisp.com/
MIT License
372 stars 45 forks source link

Error during #. read-time eval macro #30

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago

If an error occurs in a read-time eval macro, the "~" escape character no longer works.

The workaround until I fix it is to evaluate a read-time eval macro that succeeds.