so, there's advice qualifiers for DEFMETHOD and they have "standard combination" http://www.lispworks.com/documentation/HyperSpec/Body/07_ffb.htm :around and primary methods can call CALL-NEXT-METHOD can be used to invoke a less specific method for the class :before and :after are all always called as a onion with most specific on the outside
Description
No description provided
Languages
Common Lisp
93%
Shell
5.5%
Perl
1.2%
Nix
0.2%