> Sure. Languages. This is a data format, not a language.

Data formats do not exist in a vacuum.  They are parsed by languages.
Some may have a fine-grained distinction between lists, arrays/vectors
and sets and some may not.

> Why should I not inflate a edn-list into a vector in my language?

What's stopping you? As long as you provide a way to get back to the
original formats that's up to you.  People may not use your library if
all of their (1 2 3)s become [1 2 3]s after passing through town.

> What if I don't have a random access thing handy

I would care less about true random access than the ability to
round-trip properly.

-- 
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

Reply via email to