[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MetaClass
- To: CommonLoops.PA@Xerox.COM
- Subject: MetaClass
- From: "@lll-winken.UUCP"@Xerox.COM, milich%whuts@att.ARPA
- Date: Fri, 27 Jan 89 07:24:10 PST
- Redistributed: CommonLoops.PA
I am trying to define my own metaclass using the (:metaclass my-meta-class)
option. I'm not having much success. Below is a simple example:
(defclass my-meta-class (standard-class) (mc-a mc-b) )
(defclass my-class () (a b) )
(defclass my-class1 (my-class) (c d) (:metaclass my-meta-class))
Why doesn't this work!! What am I doing wrong?
I am using the latest version of pcl (12/7/88).
Please Help.
Thank you,
greg milich milich@whuts.att.com