On Thu, Feb 2, 2012 at 6:59 PM, Phil Hagelberg <[email protected]> wrote:
> Razvan Rotaru <[email protected]> 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
