[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Vectors and Arrays
- To: FAHLMAN at CMU-20C
- Subject: Re: Vectors and Arrays
- From: Daniel L. Weinreb <dlw at MIT-AI>
- Date: Sun, 14 Mar 1982 22:27:00 -0000
- Cc: common-lisp at SU-AI
What I especially wanted to see clarified was this: you said that arrays
could be thought of as being implemented as a vector, one of whose
elements is another, internal vector, that holds the real values of the
elements. Are you proposing that there be a primitive to access this
internal vector? Such a primitive might be hard to implement if arrays
are not really implemented the way you said. (I'm not saying we can't
do it; I don't know for sure whether it's very hard or not. I just
wanted to know what you were proposing.)