[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is a class object a valid method specializer?
- To: Chris Richardson <cer@franz.com>
- Subject: Re: Is a class object a valid method specializer?
- From: moon@brazil.cambridge.apple.com (David A. Moon)
- Date: Mon, 18 Mar 91 11:49:04
- Cc: common-lisp-object-system@sail.stanford.edu
> Date: Fri, 15 Mar 91 18:35:59 -0800
> From: Chris Richardson <cer@Franz.COM>
>
> For example, is (defmethod foo ((x #.(find-class t))) ... ) legal?
No in 88-002R, yes in ANSI Common Lisp. I don't immediately remember what
cleanup removed the restriction.