[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(STATUS SYSTEM FOO)
- To: RLB at MIT-MC, (BUG LISP) at MIT-MC
- Subject: (STATUS SYSTEM FOO)
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Wed, 10 May 78 20:16:00 GMT
- Original-date: 10 MAY 1978 1616-EDT
Date: 18 APR 1978 1125-EST
From: RLB at MIT-MC (Richard L. Bryan)
Subject: (STATUS SYSTEM FOO)
To: (BUG LISP) at MIT-MC
This should return an indication (e.g. T) for symbols needed internally in
Lisp but which have no other reason to appear in STATUS SYSTEM.
For example, LAMBDA and FUNARG.
The philosophy being that (STATUS SYSTEM foo) should return non-NIL for
ALL symbols needed by the Lisp system.
-------
In the next LISP, (STATUS SYSTEM foo) will return, as a member of its list
the atom ATOM if foo is a system atom. This way, CONS will return (SUBR ATOM)
and LAMBDA will return (ATOM).
--Howard