DEV Community

Discussion on: Debugging Clojure at the REPL using tap>

Collapse
 
marciol profile image
Marcio Lopes de Faria

Nice @hlship

I wrote about debugging experience with Elixir recently, because I miss the set of REPL tools that Clojure provides, as tap>. I think that it worth to notice because I know that you are familiar with Elixir as well.

Well done!

Collapse
 
marciol profile image
Marcio Lopes de Faria

Ah, and talking about it, this is the post: dev.to/marciol/inspector-a-better-...