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

A malformed array definition can crash uLisp #27

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago

For example:

> #2A((1 2) 3 4 5)

Workaround: don't do this.