Oops.  Sorry, I'm clearly too tired to post.  Thsoe examples aren't quite
right.

Those are the threading macros.

(-> one two three) expands to  (three (two one))

-> and ->> do the same things, except -> threads through the first argument
of the functions, and ->> threads through the second argument.

Much better (and correct) examples are here:
http://clojuredocs.org/clojure_core/clojure.core/-%3E

and

here:
http://clojuredocs.org/clojure_core/clojure.core/-%3E%3E

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