[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
clos destructors
- To: info-mcl@cambridge.apple.com
- Subject: clos destructors
- From: jbk@world.std.com (Jeffrey B Kane)
- Date: Tue, 20 Oct 1992 10:35:22 -0400
Something I can't find any reference to in the clos literature is a
destructor function. For standard LISP objects I don't need it, since
GC takes care of this for me, but what if my objects contain Macintosh
records (or some other non-lisp data structure)? I need to deallocate
such beasts before the object gets destroyed.
Jeffrey