Re: Getting started with Counterclockwise

2011-01-25 Thread NovusTiro
Hello, Seems like this might be a good time to say thanks to Laurent for all the work he's done on CCW. FWIW, I've been using it for a while, and never had any issues installing it (at least not from a clean Eclipse), nor any of the other described issues. So thanks Laurent, and keep up the good

Re: prn to a file with large data structures?

2010-02-28 Thread NovusTiro
tails. > > -Regards, Adrian. > > On Thu, Feb 25, 2010 at 5:17 AM, NovusTiro wrote: > > I'm trying to prn a large data structure to a file so I can later read > > it back in, like so - > > > (defn write-nick-sets [file-name obj] > >  (binding [*out* (j

prn to a file with large data structures?

2010-02-25 Thread NovusTiro
I'm trying to prn a large data structure to a file so I can later read it back in, like so - (defn write-nick-sets [file-name obj] (binding [*out* (java.io.FileWriter. file-name)] (prn obj))) obj here is a map with a string as its key and another map as its value. The nested map has a list