We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70120 commit 2b711d0Copy full SHA for 2b711d0
project.clj
@@ -1,7 +1,10 @@
1
-(defproject clojure-workshop "0.1.0-SNAPSHOT"
2
- :description "FIXME: write description"
3
- :url "http://example.com/FIXME"
+(defproject clojure-lab "0.1.0-SNAPSHOT"
+ :description "Interactive materials for learning Clojure"
+ :url "https://github.com/cognitect/clojure-lab"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:plugins [[lein-gorilla "0.3.5-SNAPSHOT"]]
7
- :dependencies [[org.clojure/clojure "1.7.0-beta1"]])
+ :dependencies [[org.clojure/clojure "1.7.0-beta1"]
8
+ [gorilla-repl "0.3.5-SNAPSHOT"]]
9
+ :aot [start]
10
+ :main start)
0 commit comments