[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ARRAY info
- To: info-macl@cambridge.apple.com
- Subject: ARRAY info
- From: g03092@n1.usna.navy.mil (Raymond Lee)
- Date: 14 Sep 92 13:22
Dear MCLers:
Is there any way that I can store data _about_ a MCL array
_in_ (or "in association with") the same array, without actually
using an array element as the storage site? I would like to be
able to save both the array and this associated data whenever I
write the array to disc. What I have in mind is something like
Symbolics' :leaderlist keyword in their version of (make-array
...). If at all possible, I would like to avoid using displaced
arrays to accomplish this. Thanks for any insights,
Ray Lee