technoblogy / ulisp

A version of the Lisp programming language for ATmega-based Arduino boards.

Home Page:http://www.ulisp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error during #. read-time eval macro

technoblogy opened this issue · comments

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.