CLOS Question - Making an object a constant
- From: "skamboj" <skamboj@xxxxxxxxx>
- Date: 28 Jun 2006 13:23:48 -0700
Hi,
I am looking for a way to make an instance of a class a constant. Is
there a simple way to do this? Failing which, is there a simple way to
detect all changes to a slot of an object?
The reason that I am asking is that I have a relatively small lisp
application (ten thousand lines of code or so) that is crashing because
of a bug that causes a slot of an object to be modified. That object is
supposed to be a constant once completely initialized. However, I can't
seem to find out the place or function that is changing that slot.
Thanks for any help.
Regards,
Sachin.
.
- Follow-Ups:
- Re: CLOS Question - Making an object a constant
- From: Stefan Mandl
- Re: CLOS Question - Making an object a constant
- From: Pascal Bourguignon
- Re: CLOS Question - Making an object a constant
- From: Pascal Costanza
- Re: CLOS Question - Making an object a constant
- Prev by Date: Re: What would a modern LispOS look like?
- Next by Date: Re: What would a modern LispOS look like?
- Previous by thread: What would a modern LispOS look like?
- Next by thread: Re: CLOS Question - Making an object a constant
- Index(es):
Relevant Pages
|
|