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

[no subject]



(array bar t 10)

(store (bar 3) t) ; works but

(setf (bar 3) t) ; gives obscure format setf error.

In the interpreter SETF should check for an array property,
and in the compiler ARRAY should put a SETF-X property.
That is, if you want to be compatible with maclisp's
crufty array syntax.

-gjc