[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CPL Varia
- To: RPG@SAIL.STANFORD.EDU
- Subject: Re: CPL Varia
- From: Danny Bobrow <Bobrow.pa@Xerox.COM>
- Date: 2 Feb 87 18:36 PST
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: Dick Gabriel <RPG@SAIL.STANFORD.EDU>'s message of 01 Feb 87 14:10 PST
- Sender: Bobrow.pa@Xerox.COM
Given that Moon has agreed that the example
(defclass c1 (top) ())
(defclass c2 (top) ())
(defclass c3 (top) ())
(defclass d1 (c1 c2) ())
(defclass d2 (c1 c3) ())
(defclass e1 (d1 d2) ())
producing the CPL (E1 D1 D2 C1 C3 C2 TOP) is ok, I am willing
to accept it. I will make sure the writeup is reasonable.
I agree too. Thank you. I am glad to see this reach closure.
danny