On Mon 9 Jun 2014 at 07:07:42PM -0700, Taegyoon Kim wrote: > And you can't do this: > user=> (let [x 1 (comment y 2)] x)
Alex Miller (?) once pointed out that the #_ reader macro can be chained
like this:
(let [x 1 #_#_y 2] x)
Pretty nifty.
guns
pgpn7C26ipuE0.pgp
Description: PGP signature
