On May 2, 12:28 am, Michael Wood <esiot...@gmail.com> wrote:
>
> user=> (macroexpand-1 '(#(%1 %2) 1 2))
> ((fn* [p1__1 p2__2] (p1__1 p2__2)) 1 2)

Oops! I forgot about macroexpand. I should have tried that first.
What does the * in fn* mean? I tried (doc fn*) but got an error
instead.

-Santanu

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