technoblogy / ulisp-arm

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

Missing arguments to special forms should give an error #36

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

The special forms should signal an error in all cases of malformed forms:

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

Thanks to @Goheeca for reporting this.

Goheeca commented 3 years ago

(for-millis) too

technoblogy commented 3 years ago

Thanks!