Hello CL Pros,
Lately I have been trying to understand the inner workings of the MOP slot protocol as I go through yet one more reading of the usual CLOS litterature (CLHS, AMOP, OOP The CLOS Perspective).
To that end I put together a little test file (here attached) and ran its code in sbcl, clisp, ccl, acl and lispworks.
I got different results in pretty much each CL implementation on the tracing of calls to slot-value-using-class.