OK, just looked it up and realized that it's just how # works, and not a special kind of macro.
On Thu, Oct 18, 2012 at 5:25 PM, Mark Engelberg <[email protected]>wrote: > On Thu, Oct 18, 2012 at 4:11 PM, Herwig Hochleitner < > [email protected]> wrote: > >> >> FWIW, when just wanting to print out debug values, I use a custom reader >> tag similar to the above macro: >> >> (let [x #log/spy (+ a b)] >> (usage-of x)) >> >> >> > That's nice! I haven't done anything with reader macros. Can you post > the implementation? > -- 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
