camsaul / methodical

Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
Eclipse Public License 2.0
291 stars 19 forks source link

Should methods get an implicit `&dispatch-value` arg? #125

Open camsaul opened 2 years ago

camsaul commented 2 years ago

The dispatch value that actually got you there. I have found myself wanting this a few times.