On Jan 17, 5:02 am, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi Jason,
>
> Am 16.01.2009 um 00:36 schrieb Jason Wolfe:
>
> > 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)
>
> That's a good idea. It would nicely complement the other
> functions so far. Please find attached a patch.
>
> 1:1 user=> '~x
> (clojure.core/unquote x)
> 1:2 user=> '~...@x
> (clojure.core/unquote-splicing x)
>
> Sincerely
> Meikel
Could you please make an issue for this with the patch attached? -
Thanks
Rich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---