technoblogy / ulisp-riscv

A version of the Lisp programming language for RISC-V based boards.
MIT License
27 stars 2 forks source link

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

Closed technoblogy closed 3 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.