Hi,
Is there a way to know if a slot doesn't have a "write" accessor? The function "slot-writablep" returns TRUE even with a slot that has "(create-accessor read)". Idem for "slot-direct-accessp".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a way to know if a slot doesn't have a "write" accessor? The function "slot-writablep" returns TRUE even with a slot that has "(create-accessor read)". Idem for "slot-direct-accessp".
I found a way : the 8th element of "slot-facets". But style, what really means "slot-writablep" ?