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
294 stars 19 forks source link

`trace!` and `untrace!` facilities to trace existing existing code without changing it #102

Closed camsaul closed 2 years ago

camsaul commented 2 years ago

Maybe we can use alter-var-root! or something swap out the untraced multimethod with a traced one

camsaul commented 2 years ago

Duplicate of #75