Re: [ANN] C2 v0.2.0: now with cljs data binding

2012-06-28 Thread László Török
Great, can't wait to try it, note the http://keminglabs.com/c2/ page still refers to 0.1.0. 2012/6/28 Kevin Lynagh ke...@keminglabs.com Of course, you may want a link to the library itself: https://github.com/lynaghk/c2 As always, to use from Clojure/ClojureScript just add this to your

Re: [ANN] C2 v0.2.0: now with cljs data binding

2012-06-28 Thread Kevin Lynagh
Thanks Las, the page is now updated with the latest version and additional description. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

[ANN] C2 v0.2.0: now with cljs data binding

2012-06-27 Thread Kevin Lynagh
This release contains backwards-incompatible changes in the both the API and philosophy. The primary change is that the imperative `unify!` function has been removed in favor of a `unify` datatype that represents the same idea: these children should match up with this template function run

Re: [ANN] C2 v0.2.0: now with cljs data binding

2012-06-27 Thread Kevin Lynagh
Of course, you may want a link to the library itself: https://github.com/lynaghk/c2 As always, to use from Clojure/ClojureScript just add this to your `project.clj`: [com.keminglabs/c2 0.2.0] -- You received this message because you are subscribed to the Google Groups Clojure group.