[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
arrays
- To: common-lisp at SU-AI
- Subject: arrays
- From: Earl A. Killian <EAK at MIT-MC>
- Date: Tue, 05 Oct 1982 23:24:00 -0000
Suggestion: Now that :TYPE to MAKE-ARRAY is :ELEMENT-TYPE,
shouldn't ARRAY-TYPE be ARRAY-ELEMENT-TYPE? Or perhaps just
ELEMENT-TYPE, in which case it would work for any sequence? Not
clear that the concept is very useful for generalized sequences
(e.g. ELEMENT-TYPE of a cons would always be T), though it might
find some use in writing new sequence functions.
Question 1: was ARRAY-RESET-FILL-POINTER eliminated by the decision
at the last meeting to use SETF exclusively? I.e. is it subsumed
by (SETF (ARRAY-ACTIVE-LENGTH A) L)?
Question 2: I'm not sure what resulted from the displaced array
discussion. My memory tells me that every proposed use of
displaced arrays was countered with an appropriate access
function. Has anyone a proposed set of new access functions?
Or are even these deemed unnecessary?