On Oct 7, 12:32 am, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote:
> On Oct 7, 2008, at 1:21 AM, Matthew D. Swank wrote:
...
> Here's a similar question and answer from the list archive that
> includes a cool tip for seeing the effect of reader macros:
>
>
>
> > On Fri, Mar 14, 2008 at 11:58 AM, Stephen C. Gilardi
...
> > #(stuff) translates to (fn [args] (stuff)), so #(%) is (fn [x] (x)) -
...
> > You can look at the expansion of reader macros (those that produce an
> > expansion) by quoting the form:
>
> > user=> '#(%)
> > (fn* [p1__1016] (p1__1016))
>
> > Cheers,
> > Darshan
>
> Cheers,
>
> --Steve
Thanks
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---