Rolling Your Own
Define your own SETF procedures in one of two ways:
By functions and methods:
(defmethod (setf x) (new (object point))
(setf (slot-value object 'x) new))
By defsetf macros (next slide)
Previous slide
Next slide
Back to first slide
View graphic version