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

types of objects slots



one of my needs is to be able to retrieve the type of a objects slots.
in my case, the slots are either fixnums or strings, so i created my
object with a initform for each slot and specified either 0 or ""
if i wanted a fixnum or string respectivly.
my question is:  1 are there other workarounds that might be better?
2 where would i change clisp to save the types of classes?