[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
` and '
- To: EAK at MIT-MC
- Subject: ` and '
- From: Alan Bawden <ALAN at MIT-MC>
- Date: Sat, 04 Dec 1982 22:23:00 -0000
- Cc: common-lisp at SU-AI
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)))