jscl
jscl copied to clipboard
vector dimensions are wrong
trafficstars
(array-dimensions (map 'vector #'identity '(1 2 3 4 5 6 7)))
returns '(0) in JSCL
And (array-dimensions #(1 2 3 4 5 6 7)) returns NIL