subclassing defstruct with defclass?
Dear list, I had code working fine in LW 6 that was like: (defstruct foo a b c) (defclass bar (foo) (x y z)) Lispworks 7 does not like this, and says that FOO is an invalid superclass of BAR. Can someone help me understand what is wrong with it? I thought structures were valid CLOS classes... All the best, Cam _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html