On Mar 2, 2009, at 6:37 PM, Brian Doyle wrote:

I had the same issue and ended up having to use enumeration-seq function. Seems
strange but it worked.

The seq function is not able to provide a seq on either an Enumeration or an Iterator.

clojure.core provides enumeration-seq and iterator-seq to create seqs on them.

The rationale for this is contained in this thread:

http://groups.google.com/group/clojure/browse_thread/thread/decbd098646353c/7a78ebf588bf0f7e?lnk=gst&q=iterator-seq#7a78ebf588bf0f7e

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to