technoblogy / ulisp

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

Misleading error message for setq and setf #72

Open technoblogy opened 3 months ago

technoblogy commented 3 months ago

For example:

> (setq a (+ 1 a) b)
Error: '+' odd number of arguments

Will be fixed next release.