cgrand / xforms

Extra transducers and reducing fns for Clojure(script)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojurescript support

ul opened this issue · comments

As far as I can see you do not use any Java-specific code, so giving cljc extension to the source file should be enough to add CLJS support. But, may be, also macro need to be wrapped using feature expression.

I do use j.l.StringBuilder and it could be worked around using feature expression.
However at the moment I'm applying this lib to server stuff so it's not my top priority (but I'd consider a patch or PR).

Done and released in 0.7.1