Raymond Toy writes:

> What version?  This appears to be working in the CVS builds:

CMUCL 18e:

[EMAIL PROTECTED]:~$ cmucl
; Loading #p"/home/paolo/.cmucl-init.lisp".
CMU Common Lisp 18e, running on plato
With core: /opt/cmucl-18e/lib/cmucl/lib/lisp.core
Dumped on: Thu, 2003-04-03 15:47:12+02:00 on orion
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS 18e (based on PCL September 16 92 PCL (f))
* (defclass myclass () ((a :initform 'a) (b :initform 'b)))

#<STANDARD-CLASS MYCLASS {48030BF5}>
* (defvar *i* (make-instance 'myclass))

*I*
* (inspect *i*)

NIL
>


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film

Reply via email to