[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TYPE-SPECIFIER-P
- To: common-lisp@sail.stanford.edu
- Subject: TYPE-SPECIFIER-P
- From: Bob Krajewski <lmi-angel!rpk@EDDIE.MIT.EDU>
- Date: Sun, 27 Jul 86 18:37:02 edt
I'm not sure if there really needs to a new type specifier (TYPE-SPECIFIER),
to go along with this. The Common Lisp type system should be used for the
discrimination of Lisp objects, whereas type specifiers are a kind of
``application'' of Lisp objects for a special purpose (the representation of
types). TYPE-SPECIFIER doesn't have the same kind of intrinsic quality that
STRING or VECTOR does.