September 2, 2016

Getting Started with Clojure

Since my guides are related to Clojure. I might as well write a guide of what my clojure setup looks like and also what resources I read to write clojure code.

started

Emacs. I don't think there is more flexability when it comes it. You can also try GitHub's Atom Text Editor.

clojure memes

For Atom you may need to download a few plugins before working with clojure code. Like Downloading the proto-nrepl. Paraindent and etc.

After having emacs go ahead and get the emacs live one which is absolutely almost necessary to write in any lisp dialect.

Emacs live might be a little tricky to install but they have an easy install on their repo and typing the following should install emacs live in just one line.

bash <(curl -fksSL https://raw.github.com/overtone/emacs-live/master/installer/install-emacs-live.sh)

If you truely want to you can see my personal additions to emacs here.

Useful resources:

  1. Braveclojure
  2. Clojure Koans
  3. The joy of Clojure (This one is rather advanced.)

    Things to look up as you are learning clojure:
  4. Reagent
  5. Seesaw
  6. ClojureScript
  7. Quil
Tags: Clojure Guide