There are many different ways of providing Emacs with a Clojure REPL for a project. A few people have asked me how to do this recently, so I thought I’d mention the different methods I’ve used.

Shell script

You can create a command-line script that runs java, executing the clojure.main class…