[Openmcl-devel] defclass initform issue

Zach Beane xach at xach.com
Wed Nov 26 05:47:07 PST 2008


On Wed, Nov 26, 2008 at 07:58:03AM -0500, Zach Beane wrote:

> I can simplify:
> 
>   ? (funcall (lambda () (make-array 1 :element-type '(signed-byte 16)
> 				      :initial-element -1)))
>   > Error: value -1 is not of the expected type (UNSIGNED-BYTE 16).

And another data point:

  ? (funcall (lambda () (make-array '(1) :element-type '(signed-byte 16)
                                         :initial-element -1)))
  #(-1)

Zach



More information about the Openmcl-devel mailing list