On Dec 22, 8:52 am, Razvan Rotaru <razvan.rot...@gmail.com> wrote:
> What do you mean by site?
> For example, how is it when I'm creating my proxy inside a macro? (and
> assuming this macro is called many times)
>
> (defmacro [a-class]
>     (proxy (a-class) ....))
>
> Razvan
Once all code is macroexpanded, every use of proxy (actually what
proxy expands into) will result in a new class.

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

Reply via email to