I would like it if it could handle sets and hashes well, including nested
sets of hashes (relations in Clojure speak).  So we'd get something like:

#{
    { :name "Fred"
      :department :accounting }
    { :name "Sally"
      :department :engineering }
    { :name "Dinesh"
      :department :management }
}

(I hope the indention doesn't get messed up, but you get the idea)

I hope you make an easy Jar, I've put off learning git.




On Thu, Feb 5, 2009 at 7:38 PM, Tom Faulhaber <tomfaulha...@gmail.com>wrote:

>
> I'm about half-way through creating one at
> http://github.com/tomfaulhaber/cl-format/tree/pprint
>
> It should be ready in a week or two, depending on how much work and
> family intrude on my hacking.
>
> Any particular features folks are interested in?
>
> Tom
>
> On Feb 5, 3:59 pm, Jeffrey Straszheim <straszheimjeff...@gmail.com>
> wrote:
> > Is there a pretty printer out there for Clojure anywhere?  I'm crying
> > now without one.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to