cl-cookbook icon indicating copy to clipboard operation
cl-cookbook copied to clipboard

CLOS, MOP and functions: Add example on how to make a class funcallable

Open Ambrevar opened this issue 4 years ago • 0 comments

Making a class funcallable can be very useful, for instance when implementing a handler type, or a command type.

You can find an example in the CLISP manual: https://www.gnu.org/software/clisp/impnotes/mop-slot-access.html#mop-sa-funcallable

The portable version uses closer-mop.

Ambrevar avatar Mar 09 '21 16:03 Ambrevar