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
295
stars
19
forks
source link
Kondo linter config for `defmethod` should do something that makes `next-method` an error when called with the wrong number of args #109
I think we we have
next-method
let
-bound to afn
form then it would trigger that error.