vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
573 stars 14 forks source link

Alternate spy with less noisy defaults #26

Closed vvvvalvalval closed 6 years ago

vvvvalvalval commented 6 years ago

Sometimes the default logger for spy and brk is unwieldy, especially when dealing with large / costly to print value. It could be helpful to provide an alternate spy (spysl, for "spy silent" maybe) to solve that problem