Skip to content

Commit

Permalink
Start working on reader literals
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Sep 8, 2012
1 parent 72af911 commit fc9a22a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@ pom.xml
*jar
lib
classes
target
.lein*
11 changes: 5 additions & 6 deletions project.clj
@@ -1,6 +1,5 @@
(defproject minderbinder "0.0.1"
:description "Converting one thing into another thing via Clojure."
:dependencies [[org.clojure/clojure "1.3.0"]]
:dev-dependencies [[jline "0.9.94"]
[swank-clojure "1.3.0-SNAPSHOT"]
[marginalia "0.6.1"]])
(defproject minderbinder "0.1.0-SNAPSHOT"
:description "Converting one thing into another thing via Clojure at read time and compile time."
:dependencies [[org.clojure/clojure "1.5.0-alpha3"]]
:plugins [[lein-swank "1.4.4"]
[marginalia "0.8.0-SNAPSHOT"]])
2 changes: 2 additions & 0 deletions src/data_readers.clj
@@ -0,0 +1,2 @@
{unit/time clojure.core/identity
unit/length clojure.core/identity}

0 comments on commit fc9a22a

Please sign in to comment.