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

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

technoblogy opened this issue · comments

For example:

(let 24 24)