[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
types of objects slots
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: types of objects slots
- From: dxs@evolving.com (Dan Stanger)
- Date: Fri, 23 Jun 1995 16:33:34 -0600
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?