[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SETF of an array
- To: GJC at MIT-MC (George J. Carrette)
- Subject: SETF of an array
- From: Guy.Steele at CMU-10A
- Date: Fri, 29 Aug 80 20:33:00 GMT
- Cc: bug-lisp at MIT-MC
- In-reply-to: GJC@MIT-MC's message of 22 Aug 80 13:37-EST
- Original-date: 29 August 1980 1633-EDT (Friday)
I sympathize somewhat with GJC's complaint, but note that if instead of ARRAY
you use *ARRAY (or (ARRAY NIL ...)) to create a true array object instead
of a named array, then (SETF (ARRAYCALL ...) ...) is easily made to work
(I think SETF does already work for this case?).