[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: Tue, 14 Oct 80 22:20:00 GMT
- Cc: LISP-FORUM at MIT-MC
- Original-date: 14 OCT 1980 1820-EDT
(setq Y '(1 2 3))
(setf (setq x (CAR y)) 100)
; Obscure format - SETF
I don't want to give anyone the idea that I sit
around thinking up these wierd things, this
was created by a macro.
(setf (progn (hprint "Howdy hacker") x) 99)
seems to work. So I would think the same
value-propagation code should work for SETQ. (****)
(****) (Sort-of-value).
What do people think about SETF through COND, DO, etc.
Obviously these have to be dealt with if an RMS-style
destructuring binder is going to be all it could be.
-gjc