Hi,

Am 02.08.2009 um 17:56 schrieb Sean Devlin:

1.  Use quote

#(quote "foo")

For this approach I would recommend `do`:

(let [x 5] #(quote x)) ; *meeep*
(let [x 5] #(do x))

Other than that I would recommend `constantly`
in this case, because it carries the intention,
while the #(do ..) looks magic in the first moment.

Sincerely
Meikel

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

Reply via email to