BTW I'm also coding the simple persistence for Clojure data structures. Though I took Prevayler approach (http://prevayler.org), so I journal function calls that change my root object.
This approach is better than simple snapshotting when your data grows big, so you can't do the snapshots very often but do not want to lose a lot of the latest changes. Making snapshots are easy to implement after this, if data objects reference each other only one time or through ids. I guess it would be a simple traversal of the root object. I plan to make this persistence code public if anyone is interested. Though I'm not moving very fast, I'm learning Clojure at the same time. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en