[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

` and '



Yes there is a very good reason to keep ` and ' distinct.  Consider
something like:

(defmacro foo-bar-or-else-p (x y)
  `(memq ,x '(foo bar ,y)))