Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created November 30, 2011 05:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swannodette/1408092 to your computer and use it in GitHub Desktop.
Save swannodette/1408092 to your computer and use it in GitHub Desktop.
project.clj
(defproject clojurescript "0.1.0-SNAPSHOT"
:source-path "src/clj"
:dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]])
@devn
Copy link

devn commented Nov 30, 2011

05:00 < dnolen> ambrosebs: simplest thing, copy a swank-clojure jar into $CLJS_HOME/lib/dev
05:00 < dnolen> ambrosebs: create a project.clj that looks something like this in $CLJS_HOME, 
                https://gist.github.com/1408092
05:01 < dnolen> ambrosebs: then you can start lein swank as usual, and compile compiler.clj

Preserved for posterity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment