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