In order to program effectively, you will need a good editor. The good news is you have many choices. The “bad” news is that you will need to learn how to use them effectively. But the work you put into it will pay for itself quickly.

Following is a list of editors. Most of these work on the Three Platforms (Linux, Mac, and Windows).

If the editor you use is missing, please send the instructor an email.

Quick Choice Guide

Use spacemacs if you want to use what the instructor uses, try LightTable and see how that goes.

Emacs

Emacs is an ancient editor, and is still being actively developed. It is a general purpose editor, and extendable via a language called Emacs Lisp (a language in the same family as Clojure). It is arguably (and people will argue over this) the most capable editor ever made.

What to expect:

Using Clojure

Vim

Vim is an extension of the ancient editor VI. It has an opposite philosophy of Emacs. It is small, assumes you can touch-type, and is not quite as extendable as Emacs.

What to expect:

Using Clojure

Spacemacs

Spacemacs is emacs configured to act like vim. This is the editor the instructor uses in class. You get to have the best (worst?) of both worlds.

What to expect

Using Clojure

LightTable

LightTable is a new editor designed from the ground up to make editing Clojure something wonderful. It was even written in Clojure (the Clojurescript dialect). Even if you do not end up using it, you should give it a try, because the insta-repl feature is amazing.

What to expect:

Notepad

“Can I just use Notepad?”

What to expect: