Am Dienstag, 6. September 2011 15:57:16 UTC+2 schrieb Mark Rathwell:
>
> You want an anonymous function:
>
> (fn [x] (= x 2))
>
> or the equivalent shorthand form:
>
> #(= % 2)
>
Or even more short-hand: #{2} (for all 2s not in #{nil false})Scary. Sincerely Meikel -- 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
