I need to save clojure maps to a file and read them back later to process them.
This is what I could come up with. Is there a better way to accomplish the same thing?
Take a look at this question that deals with print-dup and serializing forms. It has a better coverage of the trade-offs and security issues involved with each method.
print-dup