From 9dc8d530cf09cf6ec93d2f06e4e0879b40d7af27 Mon Sep 17 00:00:00 2001 From: Brandon Ringe <12722744+bpringe@users.noreply.github.com> Date: Fri, 20 Jan 2023 17:50:15 -0800 Subject: [PATCH] Add Snitch to "Similar" section of readme This isn't my tool, but I remembered learning about it and couldn't remember the name, and came to this project looking to see if it mentioned it, so I figured I'd add it here now that I found it again. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85c96ac..0ffc116 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ There are other Clojure tools that enable you to recreate the local context in y * **CIDER:** The [CIDER Debugger](https://docs.cider.mx/cider/debugging/debugger.html#keys) lets you evaluate code in the context of a breakpoint. * **Calva:** See [Evaluating code in the paused context](https://calva.io/debugger/#evaluating-code-in-the-paused-context) * **Proto-REPL:** See [Saving and viewing local bindings values](https://github.com/jasongilman/proto-repl#saving-and-viewing-local-binding-values) +* **Snitch:** [Snitch](https://github.com/AbhinavOmprakash/snitch) injects inline defs in your functions and multimethods. ### Complementary