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

(setf (apply #'accessor ...))



re: Do you mean that the following works too:
    (defsetf foo set-foo)
    (setf (apply #'foo x) y)

Greg's query was only about the mechanically-generated accessor
generic functions, and that's the only thing I meant.

I don't have any particular interest in the more general
DEFSETF question.


-- JonL --