Skip to content

Commit

Permalink
Release 0.0.1. Next release will include CLJS support via automatic c…
Browse files Browse the repository at this point in the history
…ode rewriting.
  • Loading branch information
lynaghk committed Mar 28, 2012
1 parent 4368d98 commit 76eba58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.markdown
Expand Up @@ -31,9 +31,19 @@ There's also a two minute [screencast](https://www.youtube.com/watch?v=Urg79FmQn

The VREPL doesn't contain any ClojureScript---nice ClojureScript support+examples coming as soon as Clojure/ClojureScript code-sharing issues are resolved in Lein tooling.

To use in Clojure/ClojureScript, add this to your `project.clj`:
To use from Clojure, add this to your `project.clj`:

[com.keminglabs/c2 "0.0.1"]

Roadmap
=======

+ Fixup Clojure/ClojureScript support by moving as much of the source as possible to "cljx" intermediate format that can be statically transformed into platform-appropriate sources.

+ Moar documentation, consistent docstring format.

+ Official release

[com.keminglabs/c2 "0.0.1-SNAPSHOT"]

Testing
=======
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.keminglabs/c2 "0.0.1-SNAPSHOT"
(defproject com.keminglabs/c2 "0.0.1"
:description "Declarative data visualization in Clojure(Script)."
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/core.match "0.2.0-alpha9"]
Expand Down

0 comments on commit 76eba58

Please sign in to comment.