On Dec 13, 4:11 pm, levand <[email protected]> wrote: > Right... I realize there is absolutely no need to actually do this, it > was more of an exercise in understanding ways to iterate over seqs. > For example, I might want to do something else than a straight copy.
map is a good way to iterate over seq. E.g. (map identity seq) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
