2009/10/17 James Reeves <weavejes...@googlemail.com>

>
> On Oct 17, 4:55 am, samppi <rbysam...@gmail.com> wrote:
> > Personally, I can go either way—I just kind of wish that there was a
> > consistent practice for the placement of the most important argument,
> > whether it's first or last, in both core and contrib.
>
> Well, defining the "most important argument" can be tricky. However,
> it would be nice if there were map and filter variants that could be
> used with ->.
>

FYI, though I haven't used it yet, I've noticed the introduction of ->> in
core.clj

(->> data (map my-fn) (filter my-pred))

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