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
294
stars
19
forks
source link
`trace!` and `untrace!` facilities to trace existing existing code without changing it #102
Maybe we can use
alter-var-root!
or something swap out the untraced multimethod with a traced one