[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
keywordp
- To: common-lisp%su-ai@USC-ECL
- Subject: keywordp
- From: Bernard S. Greenberg <BSG%SCRC-TENEX@MIT-MC>
- Date: Mon, 20 Jun 1983 21:14:00 -0000
For the 1990 manual,...
Every time I have written (keywordp x), I have had to change it
to (and (symbolp x) (keywordp x)).
I suppose the profound observation is that keywords are more like numbers
than like symbols.