[Ecls-list] defclass bug

Rick Taube taube at uiuc.edu
Wed Oct 4 19:41:40 UTC 2006


ecl's defclass is  not evalling its :initform argument:

 > (defclass foo () ((a :initform most-positive-fixnum :accessor foo- 
a)))
#<The STANDARD-CLASS FOO>
 > (setq foo (make-instance 'foo))
#<a FOO>
 > (foo-a foo)
MOST-POSITIVE-FIXNUM





--rick





More information about the ecl-devel mailing list