Thanks!
Sorry about double-posting, the message took over 24 hours to appear
here.
-Perttu
On May 29, 2:59 pm, Christophe Grand wrote:
> On 29 mai, 05:55, Perttu wrote:
>
> > I use a store-function like this:
>
> > (defn store-customer-db [customer-db filename]
> > (spit filename (with-ou
On 29 mai, 05:55, Perttu wrote:
> I use a store-function like this:
>
> (defn store-customer-db [customer-db filename]
> (spit filename (with-out-str (print customer-db
> From the output file of spit I can see that the print doesn't give
> double quotes to the strings which seems to be a