[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Making System Functions Specializable
- To: commonloops.PA@Xerox.COM
- Subject: Making System Functions Specializable
- From: "Timothy_Koschmann.DPMW4000"@Xerox.COM
- Date: 18 Jul 88 13:10:46 PDT (Monday)
- Cc: "Timothy_Koschmann.DPMW4000"@Xerox.COM
- Sender: "Timothy_Koschmann.DPMW4000"@Xerox.COM
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