technoblogy / ulisp-esp

A version of the Lisp programming language for ESP32-based boards.
MIT License
110 stars 37 forks source link

Missing arguments to special forms should give an error #43

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

These give a stack dump:

(dotimes ())
(dolist ())
(let)
(let*)
(with-output-to-string)
(for-millis)