AbhinavOmprakash / snitch

Snitch injects inline defs in your functions and multimethods. This enables a repl-based, editor-agnostic, clojure and clojurescript debugging workflow. It is inline-defs on steroids.
Other
137 stars 2 forks source link

When recreating the function call if there is a list like `(:a, :b, :c)` convert it to `(list :a :b :c)` #39

Open AbhinavOmprakash opened 1 month ago