Stu: > The rationale appears to be up now, and for my money, it is quite clear: JSON > not powerful enough, Clojure does too much and is a burden for implementers. > That said, I won't complain if somebody happens to implement full Clojure > serialization while implementing edn. ;-)
The question that's left for me is: why vectors and lists? I mean, from a data format perspective, and a non-clojure implementor, I'm not sure the distinction makes sense. After all for the _data format_, in its serialized form, the vector will not be a random access structure. It has to be deserialized, and access to an element will have linear time complexity. Again, I understand its relevance from the clojure perspective. Is this just "too important" for edn's current "implementor", clojure ? Regards, -Martin -- 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