Thanks for your feedback Stuart. The with-open route sounds like the way to
go.
Alex.
--
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 - plea
Hey Folks,
I am writing a thin Clojure wrapper around
leveldbjni https://github.com/fusesource/leveldbjni
Leveldbjni provides an iterator to walk over all key, value pairs in the
database. I am trying to translate this iterator functionality in to a
Clojure lazy sequence. I've built my functio