Skip to content

Instantly share code, notes, and snippets.

@danigb
Last active August 29, 2015 14:11
Show Gist options
  • Save danigb/f8c82c54ce4accb9aab0 to your computer and use it in GitHub Desktop.
Save danigb/f8c82c54ce4accb9aab0 to your computer and use it in GitHub Desktop.
Introduction to Clojure using LightTable and Overtone
$ wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
$ mv lein /usr/local/bin
$ chmod +x /usr/local/bin/lein
$ lein --version
(defproject livecoding "0.1.0"
:description "Live coding setup with Overtone"
:url "http://overtur.es/2014/10/14/setup"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [
[org.clojure/clojure "1.6.0"]
[overtone "0.9.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment