[Openmcl-devel] edit-definition for slot accessors
Takehiko Abe
keke at gol.com
Sun Mar 25 05:51:17 PDT 2007
Gary Byers wrote:
> Thanks. The only thing that I can think of to suggest is that it
> might be slightly better to use an indicator of the form (ACCESSOR
> . <class-name>) for an accessor defined on a slot in the class whose
> name is <class-name>.
Thanks for the suggestion. I gave it a shot. but... I found that
adding class-name is more involved than I hoped.
Since slot accessors are methods, I think they should be recorded
as (accessor (class-name . file) ...) into the hashtable. Then,
I need to know how the entry is being used by other players too.
I have to give it up for now... I'll try again later.
regards,
T.
More information about the Openmcl-devel
mailing list