> >unquotewould not be defined by Clojure, so still an error if allowed > > to get evaluated. > > > Things like your sql would be macros that handled (unquotex) > > internally. > > SVN 1184 implements this. > > Feedback welcome on its utility for macro writers. > > Rich
I like this a lot. Any chance of getting the same treatment for unquote-splicing? user> '~x (clojure.core/unquote x) user> '~...@x ; Exception: can't embed object in code ; Desired output: (clojure.core/unquote-splicing x) Or am I just doing this wrong? Thanks! Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---