I think clojure.java.io is latest one.
http://clojure.github.com/clojure/clojure.java.io-api.html
Since clojure.java.io returns raw java object, you need to use java
interop directly for write-lines etc.

BTW clojure.java.io is beautiful example of protocol, I think.

2011/11/25 Daniel Glauser <danglau...@gmail.com>:
> Hello folks,
>
> I starting to do some simple file IO stuff with Clojure and was
> wondering which namespace was considered the best one to use,
> contrib.duck-streams on contrib.io?  There seems to be a bit of
> overlap between the two and at least some of the functions with the
> same names have different implementations (I looked at write-lines).
>
> A query against ClojureDocs for write-lines shows that it's defined in
> two namespaces:
> http://clojuredocs.org/search?x=0&y=0&q=write-lines
>
> Just trying to figure out which is the most recent/up to date/one that
> folks recommend moving forward.
>
> Thanks,
> Daniel
>
> --
> 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

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