> Here are two functions the do roughly the same thing --
> return a list with a single gensym'ed symbol in it:
>
> (defn f-auto []
>   `(foo#))

Think about it this way: everything that is not unquoted in the body
of syntax-quote stays the same.  In other words, syntax-quote is like
regular quote, but with some things being dynamic; and the dynamic
things are only the ones that are unquoted.

Maybe this helps somebody understand this issue.

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