On Fri, Jun 15, 2012 at 1:41 PM, Timothy Baldridge wrote:
> But I'd rather collaborate with ClojureScript. Are there any ongoing
> efforts to make this cross platform? The current analyzer contains
> quite a few java calls. For instance, .contains, and .indexOf. Is
> Raphael working on this, or ca
I've been working on a platform-agnostic version of this over here:
https://github.com/halgari/universal-clojure/blob/master/src/universal_clojure/core.clj
But I'd rather collaborate with ClojureScript. Are there any ongoing
efforts to make this cross platform? The current analyzer contains
quite
Thanks to Raphael Amiard's hard work the ClojureScript analyzer is now
decoupled:
http://github.com/clojure/clojurescript/commit/9ad79e1c9b87c862ccb7ad6aad37d90414123c76
This is a big step towards making the ClojureScript compiler infrastructure
pluggable. There's a couple of JS things to clean u