> But for that I need zprint to be ported to clojurescript.
>
> Could you do it?
>

A Clojurescript port is certainly something I've been thinking about.  The 
major underlying library on which zprint depends (rewrite-clj) has a 
Clojurescript port, so in theory it should all be straightforward.   The 
configuration environment for Clojurescript is very different.  I've only 
dabbled in Clojurescript, so I would need to come up with a better 
development environment than I have used so far to enable me to make 
substantial progress.  I am interested in which part you think would be 
interesting -- the part of zprint that pretty prints Clojure (or in your 
case, Clojurescript) structures, or the part that parses Clojure (or 
Clojurescript) source and formats that.  Perhaps both.  

For what it is worth (though I know this is not what you are asking), 
zprint and lein-zprint handle the reader conditionals implicit in .cljc 
files.  I would expect that they will do ok on clojurescript files too, 
though I haven't done any testing in that area yet.  I'll be interested to 
hear if someone gives that a try.

Let's talk offline and explore this in more detail.

-- 
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to