Awesome! Thanks for sharing.
For those who are wondering what debug does exactly, I suggest checking out
the screenshots in the node port's GitHub page. (Any chance you can
borrowsteal them?)
There's also flatland.useful.debug/? for inspecting forms. (
https://github.com/amalloy/useful/blob/devel
Hi all,
I just ported node debug[1] library to clojure, hoping it could be
helpful in clojure world. The debug library is widely used in node
projects. The usage is very simple: print debug message when certain
namespace is enabled via environment variable DEBUG.
https://github.com/sunng87/d