Examining the source code, you can see that

* "clojure.data.csv" reads forward-only, so I suppose it might work with 
any Reader.

* "clojure-csv.core" uses mark and reset, so it might not work with all 
Readers. 

"clojure.data.csv" makes the problem look simpler to solve, and its source 
code is about half the size of clojure-csv's.  Meanwhile, clojure-csv 
deserves credit for mentioning the RFC.

But they both use transient and persistent!.  What's the world coming to?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to