methodical
methodical copied to clipboard
Add a dynamic-method-table
Mostly as a proof-of-concept: a MethodTable implementation that can determines which methods it has when you ask it, rather than storing a map. Not sure how this will work, but it would be a good example for others looking to implement advanced behavior
This could proxy to something else maybe, for example another method table or even a plain ol Clojure multimethod