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

Bit arrays don't work without an :initial-value #26

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago

For the moment please define bit arrays with, for example:

(defvar a (make-array 100 :element-type 'bit :initial-element 0))

(or :initial-element 1). This will be fixed next release.