Hello, i’m trying to find a way to serialize functions, edn doesn’t support it if i’m right? any advices?
i’ve got a map stored in edn file, and i want to be able to store all the modification i’ve done to it in another edn file, how can i do this?
pbaille: It does not seem to be a good idea. Have a look at this discussion: https://groups.google.com/forum/#!msg/clojure/nyOJjcynl2Q/PACw0dkXjKEJ
thank you i will read this