Yes, you're misunderstanding sets which, as implemented in Clojure, are
inherently finite.  That 4clojure problem is all about learning how to work
with infinite sequences.

I recommend you start by building a helper function that "intersects" two
sorted infinite sequences.  It doesn't already exist in Clojure -- you'll
have to write it yourself.  Then, figure out how to extend that to multiple
infinite sequences.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to