Clojure

  • JDI Mind Tricks

    I have always used a REPL driven approach to Clojure development and this has been very productive, but at times I have really missed the old school approach of setting break points and stepping through code, examining variables along the way. While there are some very capable solutions that get me part of the way…

  • JDI Mind Tricks

    I have always used a REPL driven approach to Clojure development and this has been very productive, but at times I have really missed the old school approach of setting break points and stepping through code, examining variables along the way. While there are some very capable solutions that get me part of the way…

  • Proto REPL – Updates to the Clojure REPL for Atom

    Proto REPL is a Clojure REPL for the Atom Editor that I introduced in a blog post last October. When I introduced Proto REPL, I wrote โ€œThe future of interactive development is going to be visual.โ€ and that โ€œATOM is at its heart a web browser that means you can use the combination of HTML/CSS/JavaScript…