Skip to content

Instantly share code, notes, and snippets.

@avescodes
Created September 4, 2013 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avescodes/6438509 to your computer and use it in GitHub Desktop.
Save avescodes/6438509 to your computer and use it in GitHub Desktop.
User.clj is evaluated three times when :source-paths and [:repl-options :init-ns] are specified
(defproject usertwice "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]]
:source-paths ["."]
:repl-options {:init-ns user})
(println "Code in user.clj is running!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment