TLDR; Initial port of clojure.pprint to clojurescript: https://github.com/bostonou/cljs-pprint
Clojure and Clojurescript have been awesome for me and I really appreciate all the work that's been put into it. Like everyone else, I especially appreciate Hickey's and Nolen's huge contributions. In line with that, I wanted to: A) Figure out how to contribute myself B) Help out with some open source stuff in general (and not be scared to just put something out there!) I saw a while back that cljs didn't have pprint, so I decided to start there. I've got a *working* version up at https://github.com/bostonou/cljs-pprint: 1) Works for lists, maps, and vectors 2) Prints via *print-fn* or a given IWriter 3) cl-format port has started, but still needs debugging Hopefully it will be useful to someone! I've still got plenty of work to do, but I'd love some feedback. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
