[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: check-keyword-arguments
- To: RPG@SAIL.Stanford.EDU
- Subject: Re: check-keyword-arguments
- From: Danny Bobrow <Bobrow.pa@Xerox.COM>
- Date: 23 May 88 09:46 PDT
- Cc: common-lisp-object-system@SAIL.Stanford.EDU
- In-reply-to: Dick Gabriel <RPG@SAIL.Stanford.EDU>'s message of 20 May 88 22:06 PDT
- Sender: Bobrow.pa@Xerox.COM
I am happy to see this version of make-instance PROVIDED we put
compute-applicable-methods and function-keywords in chapter 2. I think both
provide features which are useful to programmers working with CLOS as it stands
rather than with possibly extending the system. compute-applicable-methods is
parallel to find-method, and function-keywords is similar to method-qualifiers,
both of which are in chapter 2. I mildly prefer the name method-keywords since
its argument is a method.I would also suggest find-applicable-methods to
parallel find-method.