[armedbear-devel] Support for specialized arrays?

Blake McBride blake at mcbride.name
Tue Oct 25 23:47:56 UTC 2011


Figured it out:

(array-element-type (make-array '(2 2) :element-type 'fixnum
:initial-contents '((1 2)(3 4))))

T

It seems all arrays are generic in ABCL.  That's okay.  Just nice to know.

Thanks.

Blake

On Tue, Oct 25, 2011 at 5:54 PM, Blake McBride <blake at mcbride.name> wrote:
> Greetings,
>
> I presume ABCL supports specialized arrays (element-type:)
> syntactically but I am wondering if ABCL actually creates more
> efficient, type specific, arrays rather than generic, arrays of
> objects?
>
> Thanks.
>
> Blake McBride
>




More information about the armedbear-devel mailing list