Hi,

Am 25.01.2009 um 17:11 schrieb Zak Wilson:

Clojure has that in the comment form: (comment (do (not (eval this))))

No. That's not equivalent. comment leaves a nil behind, while #*
would not.

[:a (comment :b) :c] => [:a nil :c]
[:a #* :b :c] => [:a :c]

Sincerely
Meikel

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

Reply via email to