requirements.md

June 4, 2018 ยท View on GitHub

  1. Leiningen
  2. A way to edit the code we'll be writing. This could be:
    1. IntelliJ Community Edition with the Cursive plugin (free for open source projects) (Josh's preference)
    2. Atom Editor with lisp-paredit and optional extra plugins.
    3. LightTable

That's it! Atom is less strict and offers less support for code completion than Intellij.

  • NEXT: intro to Clojure