home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0242.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  355 b   |  14 lines

  1. [Ah, confusion with Interlisp here].  
  2.  
  3. I meant to say "The resolution was some awful switch setting for whether
  4. or not to treat them as LISTs" rather than "to treat them as ATOMs".
  5. The switch name is HUNKP.
  6.  
  7. Interlisp's ATOM predicate is defined simply as (NOT (LISTP x)), and
  8. LISTP is true only of cons cells [thus (LISTP NIL) is false].
  9.  
  10. -- JonL --
  11.  
  12.  
  13.  
  14.