Skip to content

Instantly share code, notes, and snippets.

View nali's full-sized avatar

Nabeelah Ali nali

View GitHub Profile
@nali
nali / clojureplay.clj
Last active February 3, 2016 14:54
Some basic Clojure commands
; Install Clojure
; brew install clojure
; Install Leiningen
; brew install leiningen
; Now, on your command line, do a
; lein repl
; from any folder to invoke an interactive environment