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

Re: SETF



Clearly the return value of SETF should be X.  Returning whatever random
piece of structure was returned by the operation SETF expanded to is
not very esthetic.  What happens if, for some SETF cases, SETF is
changed or improved in some way?  Then the result of some SETF
expansions might change, and this wouldn't be very pleasant.  If SETF
always returned its second argument its behavior would be guaranteed
consistent, and also simpler.