admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
pbaille 2015-09-13T09:59:02.000156Z

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

pbaille 2015-09-13T10:00:05.000157Z

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?

dottedmag 2015-09-13T10:14:47.000158Z

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

pbaille 2015-09-13T10:16:16.000159Z

thank you i will read this