On Tue, Jan 27, 2009 at 5:38 PM, Chouser <[email protected]> wrote: > > On Tue, Jan 27, 2009 at 9:20 AM, Daniel Jomphe <[email protected]> wrote: >> >> Michael Wood wrote: >> >>> I've seen various code snippets where people use something# in >>> functions. Is there any point to this or gensym except in a macro? > > The suffix# isn't made useful by being in a macro, but by being in a > syntax-quote. > > user=> `foo# > foo__211__auto__
OK, thanks for clarifying. Another question then comes to mind: Is there any reason one might want to use syntax-quote outside of a macro? -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
