[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DIGITP
- To: KMP at MIT-MC
- Subject: DIGITP
- From: JONL at MIT-MC (Jon L White)
- Date: Mon, 22 Sep 80 20:34:00 GMT
- Cc: (BUG LISP) at MIT-MC, NIL at MIT-MC
- Original-date: 22 SEP 1980 1634-EDT
Date: 22 September 1980 16:21-EDT
From: Kent M. Pitman <KMP at MIT-MC>
Subject: DIGITP
I find (DIGITP #/q) => T extremely unaesthetic. . . .
The previous comment on DIGITP wasn't just a call for votes on
aesthetics; also, it wasn't addressed to NIL, but since you've
replied to NIL, then this not also is going there. It looks as
if you are still confusing the (static) division of the alphabet
with the (dynamic) action of the reader; the major point that
you've apparently missed is that a typical reader has to do something
like the following piece of code anyhow (at least if its input radix
is variable):
(AND (SETQ VAL (DIGITP CHAR))
(< VAL <input-radix>))