[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: COMPUTE-SLOTS in MCL 2.0b1p3?




    From: rodney@hsvaic.boeing.com (Rodney Daughtrey)
    Subject: COMPUTE-SLOTS in MCL 2.0b1p3?
    
    What's the best (or any) way to access the names of the slots of some
    class in MCL 2.0b1p3?  COMPUTE-SLOTS, as defined in the MOP, does not
    seem to be defined, although SLOT-DEFINITION-NAME *is* defined, but it
    would need what COMPUTE-SLOTS returned to be of any use.  
    
Early versions of MCL 2 had a function called class-slots that did
this; in later versions it's called class-instance-slots (because it
actually only returns per-instance slots).