Re: Slurping structs from file fails with string attributes containing whitespaces

2009-06-07 Thread Perttu
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

Re: Slurping structs from file fails with string attributes containing whitespaces

2009-05-29 Thread Christophe Grand
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