More newbie questions. :)

If I have two sequences as follow:

(2 3 4 5 6 7 8 9 10)
(4 6 8 10)

what's the best way to subtract the 2nd sequence from the first one?

The best I can come up with was to do (first) on 2nd sequence  and turn around
and do a (remove) on the first sequence, etc until I exhaust the 2nd sequence.

is there a better way?

Thanks,

-- 
Omnem crede diem tibi diluxisse supremum.

--~--~---------~--~----~------------~-------~--~----~
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to