On Thu, Feb 2, 2012 at 6:59 PM, Phil Hagelberg <p...@hagelb.org> wrote:

> Razvan Rotaru <razvan.rot...@gmail.com> writes:
>
> > (filter identity (map myfun myseq))
> >
> > Is there a better/faster way?
>
> Not yet, but there's an open ticket for that:
>
>  http://dev.clojure.org/jira/browse/CLJ-450



Hmm, the original suggestion for single-arity filter might pre-date the
introduction of remove?

(remove nil? xs)

seems more self-explanatory than:

(filter xs)

-- 
Dave

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