[ANN] zprint, lein-zprint Pretty print your code and data

2016-11-14 Thread Kim Kinnear
I'm pleased to announce the release of *zprint*, a new Clojure(script) pretty print library and associated leiningen plugin to apply it to your source files. The zprint library will pretty print the code in your source files when driven by* lein-zprint*, as well as pretty print structures (a

Re: [ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-07 Thread Yehonathan Sharvit
lein-zprint works fine with cljs files. Taking it offline for further details On Fri, 7 Oct 2016 at 17:12 Kim Kinnear wrote: > > 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 > majo

Re: [ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-07 Thread Kim Kinnear
> 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.

Re: [ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-06 Thread Yehonathan Sharvit
Looks very nice! I'd like to integrate zprint into KLIPSE . But for that I need zprint to be ported to clojurescript. Could you do it? On Friday, 7 October 2016 05:39:39 UTC+3, Kim Kinnear wrote: > > > I'm pleased to announce the ALPHA release of a new Clojure pr

[ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-06 Thread Kim Kinnear
I'm pleased to announce the ALPHA release of a new Clojure pretty print library and associated leiningen plugin to apply it to your source files. The zprint library will pretty print your structures (and code, actually) at the repl, as well as reformat your source files when driven by lein