The -> macro threads an expression x through a variable number of forms. First, x is inserted as the second item in the first form, making a list of it if it is not a list already. Then the first form is inserted as the second item in the second form, making a list of that form if necessary. This process continues for all the forms. Using -> can sometimes make your code more readable.

--
You received this message because you are subscribed to the Google Groups "4Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 4clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "4Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/4clojure/hvi6RKyx5aE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 4clojure+u...@googlegroups.com.