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

Making System Functions Specializable



How does one make existing CL forms specializable?  I know that
with-added-methods allows you to create lexically scoped generic functions on
defined forms, but I am interested in defining dynamically scoped generic
functions on existing CL forms.  Is there no way to do this within the CLOS
spec?		 	Tim