[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iterated SETF



CC: (BUG LISPM) at MIT-MC
If you don't know the selector macros at compile time
then you can use the elegant construct of an alist.

Maybe it would be more efficient to use a hashed array,
there sure is a lot of ways you could implement hashed
arrays of one kind or another. If the hash aref and aset
operations sent messages to the hashed array object
(how else would you do it right?), ... sounds like
fun.

-gjc