What's the Clojure way to do that?
Print to a file isn't good enough if I'm using Java time objects.
- Serge
The file format is unreadable? That's totally fine.
If the library and usage are complex and unreadable, that's less fine. :)
I just want a way to capture data and serialize the data to disk periodically.
What's it called?
- Serge
The pretty printing functionality is now included in clojure-contrib,
but I have not had a chance to play with it. I doubt it will give you
what you're looking for, but I can't say for sure. It might be worth
exploring.
-m