On Oct 11, 8:54 am, "Paul Stadig" <[EMAIL PROTECTED]> wrote:
> I'm using a clojure source file as a database, by loading the file
> modifying it then saving it back to the filesystem. I'm trying to keep
> things simple.
>
> It would be useful to pretty print it so I could inspect it and make
> small changes, if necessary.
>
> It seems like a rather simple problem, and I only need some line
> breaks or something simple, some text editors have a problem with
> 1,000's of characters on one line. The other problem is that if there
> is an error loading the database Clojure says there's an error on line
> 1, which is the only line. I'll just code up something simple.
>
> Starting from some Scheme or CL code is a good idea.  I'll just adapt
> it to support literal maps, vectors, and such.
>

A pretty-print for Clojure would be a welcome contribution. In order
to be an acceptable contribution, though, it would have to be free of
connections to other code.

Rich


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to