A MOP-Based Implementation for Method Combinations
A new, portable, and extensible implementation for Common Lisp's method combinations based on the Meta-Object Protocol.

A new, portable, and extensible implementation for Common Lisp's method combinations based on the Meta-Object Protocol.
Improving Common Lisp's method combinations support.
In the process of writing Declt, I had to deepen my knowledge of some Lisp corner cases, notably in the area of introspection. As you know, Common Lisp has more than 2 namespaces …