On Feb 18, 5:38 am, CuppoJava <[email protected]> wrote:
> (defn remove_at [coll & indexes]
>   (map second
>        (remove #(some #{(first %)} indexes) (map vector (iterate inc
> 0) coll))))

I'd have thought you could use dissoc, but it seems that only assoc
works with vectors. I wonder if this is an oversight or there is some
reason behind it?

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

Reply via email to