On Fri, May 1, 2009 at 9:28 PM, Michael Wood <esiot...@gmail.com> wrote:
[...]
> i.e. (#(%1 %2) 1 2)
>
> is not the same as:
> ((fn [a b] a b) 1 2)
>
> but rather:
> ((fn [a b] (a b) 1 2)

Of course, I mean:
((fn [a b] (a b)) 1 2)

-- 
Michael Wood <esiot...@gmail.com>

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