technoblogy / ulisp-arm

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

let and let* cause a crash if the first argument isn't a list #22

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago

For example:

(let 24 24)