[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: GJC at MIT-MC (George J. Carrette)
- Date: Fri, 22 Aug 80 18:37:00 GMT
- Original-date: 22 AUG 1980 1437-EDT
(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