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

Dotted pairs crash list functions #8

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

Many of the functions that take a list argument cause a crash if you provide a list ending in a dotted pair.

For example:

(length '(2 3 . 4))