[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dispatching methods on a class type
- To: info-mcl
- Subject: Re: dispatching methods on a class type
- From: york@oakland-hills.lucid.com (Bill York)
- Date: 12 Oct 92 21:36:05 GMT
- In-reply-to: grant@pentagon-gw.army.mil's message of 11 Oct 92 00:04:28 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Lucid, Inc.
- References: <9210020306.AA19613@taarna> <1992Oct11.000428.2035@pentagon-gw.army.mil>
- Reply-to: York@Lucid.COM
- Sender: usenet@lucid.com
In article <1992Oct11.000428.2035@pentagon-gw.army.mil> grant@pentagon-gw.army.mil (Pete Grant) writes:
In article <9210020306.AA19613@taarna> taarna!kaveh%comback.UUCP@IRO.UMontreal.CA (Kaveh Kardan) writes:
>
>I am wondering if there is a way in clos of dispatching methods on a class
>itself, as opposed to instances of the class.
>
You can call CLASS-PROTOTYPE on the class to get an instance, upon which
you can then dispatch.