Hacker News new | ask | show | jobs
by crucialfelix 4704 days ago
Emacs + nrepl if properly set up is really the killer combo. You get instant popup-style access to documentation, auto-complete, repl and unit test integration.

with paredit the ( ) handle themselves pretty much.

I wrote up some notes on setting it up here:

http://crucialfelix.github.io/clojure/2013/05/16/learn-by-wr...