[Openmcl-devel] (no subject)
    Gary King 
    gwking at cs.umass.edu
       
    Thu Jun 10 10:57:34 PDT 2004
    
    
  
OpenMCL (0.14.2) has an odd persistent behavior with respect to class 
definitions. If you evaluate the following four forms, you'll see what 
I mean. The fourth form should work but somehow the error remains.
;;; gets an error
(defclass bar ()
   ((documentation :reader documentation)))
;;; works
(defclass bar ()
   ())
;;; gets an error
(defclass bar ()
   ((documentation :reader documentation)))
;;; also gets an error !!
(defclass bar ()
   ())
-- 
Gary Warren King, Lab Manager
EKSL East, University of Massachusetts * 413 577 0176
“Trusting to escape scrutiny by fixing the public gaze upon the 
exceeding brightness of military glory, that attractive rainbow that 
rises in showers of blood —that serpent’s eye, that charms to destroy, 
he plunged into war.”
   -- Abraham Lincoln (of James Polk, his president and the 
commander-in-chief)
    
    
More information about the Openmcl-devel
mailing list