Re: sharp-back syntax




That's not the only place where symbols are not evaluated as variables.

#$(let (($2 1))
(+ $1 $2))

(defmacro my-quote (x) `(quote ,x))

(mapcar #$(eq $1 (my-quote $2)) '(a b $2 c))

I humbly admit you are right...

*sigh*

no good deed goes unpunished on c.l.l.... ;-)

.