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

make-array doesn't check indices individually #24

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago
(aref (make-array '(3 2) :initial-element 'A) 0 2)

should give an error. Thanks Aeneas!