This guide uses LightTable & Leiningen as the development environment.
Leiningen is the build automation tool used to manage Clojure projects, although Maven can also be used especially when developing a project using both Java and Clojure apps (rather than just calling Java from Clojure).
Just with other languages, there are many development tools you can use to support your Clojure development.
Some common setups I have seen in use for Clojure development are:
Hardcore - Leiningen, cat, scp (only joking) There may be many more variations, however you should find a development environment with the following features:
add other features that are common in a Clojure development environment