[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nonorthogonality among list/vector/string procedures
The answer to the below question is that we made no attempt to make the
set of available sequence manipulation procedures uniform accross the
various sequence types. But this doesn't mean we shouldn't consider
making things more uniform, either by adding or removing procedures;
doing so would make the language easier to learn.
-Jonathan
Date: Sun, 21 Feb 88 23:15:45 est
From: Michael R. Blair <ziggy at VX.LCS.MIT.EDU>
To: jar
Re: More RRRS questions
Why are the following missing?
VECTOR-COPY
LIST-COPY
LIST-FILL!
LIST-SET!
(MAKE-LIST k)
~Ziggy