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

mapcan gives error if last item is a dotted list

technoblogy opened this issue · comments

This should work:

(mapcan (lambda (x) x) '(nil (2) (3 . 4)))

Thanks to Herbert Snorrason for reporting this.