CL arrays



>>>>> "Robert" == Robert Dodier <robert.dodier at gmail.com> writes:

    Robert> I think I'd prefer to make Lisp arrays invisible from the user's point
    Robert> of view. I'd like to rework lists and matrices to use arrays for
    Robert> storage, but without exposing the underlying array.

I can understand having matrices stored in arrays instead of lists of
lists, but why would you want lists to use arrays for storage?

Ray