you're keeping the head of the sequence, and thus all the elements between
the head and nth.

it's because you're using def, basically.

if you make a function to return the sequence, and pass the result directly
to nth, without let-binding it or anything, it should work.

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