What about calls to `let`, `defn`, `loop`, `cond` and `fn`, which are all
macros?

Thanks,
Ambrose


On Wed, May 1, 2013 at 4:34 PM, Navgeet Agrawal
<navgeet.agra...@gmail.com>wrote:

> If I understand correctly, a macro invocation of the form `(expand '(+ 1
> 2)) => (plus 1 2)` will be analyzed as invoking the macro 'expand' on the
> list (+ 1 2). The list is never analyzed to be a call to clojure.core/+. As
> far as analysis like "who calls this function" are concerned, I think its
> best to limit them to function invocations, those not from macro expansions.
>
> That said, I think versioned analysis of macro expansions would be useful.
> I will add it to the gist.
>
>
> Cheers
> Navgeet
>
> --
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to