![](https://secure.gravatar.com/avatar/8426fd1e01564a36934e5c99ab49cb54.jpg?s=120&d=mm&r=g)
25 Oct
2011
25 Oct
'11
11:47 p.m.
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@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