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

Attachment: unquote-splice.diff
Description: Binary data


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to