Re: Formatted printing?

2008-10-13 Thread Michel Salim
On Sat, Oct 11, 2008 at 9:58 AM, Rich Hickey [EMAIL PROTECTED] wrote: 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,

Re: Formatted printing?

2008-10-11 Thread Paul Stadig
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

Re: Formatted printing?

2008-10-11 Thread Rich Hickey
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