1. 4

Useful introduction for someone (like me!) who’s learning Clojure as their first Lisp and re-learning Emacs in the process!

  1.  

  2. 0

    That post says use nrepl. These days, you’re better off using cider. Many more features and much more community support.

    1. 2

      The article does actually use CIDER (which is built on top of nREPL anyway)… It says so right there in the first paragraph of the first step of the tutorial.