Re: Is it possible to make GOOPS instances applicable/callable?

Maxime Devos via General Guile related discussions <[email protected]> Fri, 23 May 2025 19:45:51 +0200
Newsgroups gmane.lisp.guile.user
Message-ID <[email protected]>
GOOPS methods are instances of <method>, and methods are applicable, so yes.

For <method>, this is done with (undocumented) applicable structs (see: 
GOOPs implementation).

But, no high-level GOOPs support is available for repeating the same for 
other classes.