Fork me on GitHub
#admin-announcements
<
2015-09-13
>
pbaille09:09:02

Hello, i’m trying to find a way to serialize functions, edn doesn’t support it if i’m right? any advices?

pbaille10:09:05

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?

dottedmag10:09:47

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

pbaille10:09:16

thank you i will read this