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

[no subject]



from LSPMAI;LISP NEWS:

Sunday December 9,1979  FM+5D.18H.52M.12S. LISP 1914/COMPLR 904  - JONL, RWK - 

5)  SETF is an FSUBR like the LISPM's general update operator
    DEFSETF is an autoloadable macro to help one extend the SETF range.

I know that SETF is now a macro, but DEFSETF seems to have
disappeared, and there is no mention of it disappearing in LISP
RECENT.  Where is it?  If it is gone, how about making
	(SETF (EXAMINE LOCATION) NEW-VALUE)
	==> (PROGN (DEPOSIT LOCATION NEW-VALUE) NEW-VALUE)