[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed syntactic cleanups in defmethod
- To: kempf%hplabsz@hplabs.HP.COM
- Subject: Re: proposed syntactic cleanups in defmethod
- From: Masinter.pa@Xerox.COM
- Date: 22 Aug 87 00:04 PDT
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: kempf%hplabsz@hplabs.HP.COM's message of Fri, 21 Aug 87 09:21:19 MST
To clarify, are you proposing that:
(dolist (x *broken-mail-hosts*)
(defmethod additional-mail-headers ((host (singleton (parse-host
x))) '(:line-fold "No")))
be a reasonable way to assign individual methods to, say, a large number
of individuals?
Implementations will have to be careful to allow objects which have
individual methods to be GCd, won't they?