Clojure Resources

Contents

  1. Online Clojure Guides
  2. Clojure Reference
  3. Clojure Books
  4. IDE Support

This section provides links to online resources, books, and development environments for getting started Clojure.

Online Clojure Guides

Clojure Reference

Clojure Books

IDE Support

There are a number of IDEs to choose from for Clojure development.

  • Light Table - a minimalistic IDE for Clojure, it requires no setup and runs out of the box on all the major platforms.
  • Emacs - currently the most popular IDE choice for Clojure.
  • IntelliJ - IntelliJ provides an excellent Clojure development environment via the Cursive plugin.
  • Eclipse - Eclipse uses the Counterclockwise plugin to provide Clojure support.
  • Visual Studio Code - Extensible editor featuring Calva plugin available from the editor Plugin Marketplace.