home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / 2862 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.1 KB

  1. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!agate!ames!think.com!barmar
  2. From: barmar@think.com (Barry Margolin)
  3. Newsgroups: comp.lang.lisp
  4. Subject: Re: *READ-SUPPRESS* and #P syntax
  5. Date: 12 Nov 1992 21:16:53 GMT
  6. Organization: Thinking Machines Corporation, Cambridge MA, USA
  7. Lines: 19
  8. Message-ID: <1duhk5INNqg6@early-bird.think.com>
  9. References: <1992Nov11.014902.6585@kronos.arc.nasa.gov> <1992Nov11.201954.825@wstar.mixcom.com>
  10. NNTP-Posting-Host: telecaster.think.com
  11.  
  12. In article <1992Nov11.201954.825@wstar.mixcom.com> jpf@wstar.mixcom.com (John P. Flanagan) writes:
  13. >Strictly speaking, I don't think this behavior is allowed.  Section
  14. >2.4.8.14, p.2-33 in the dpANS makes the following statement:
  15. >
  16. >       "#P"..." is equivalent to #.(parse-namestring "...")."
  17.  
  18. However, that doesn't say what "#P(...)" is equivalent to.
  19.  
  20. Had it said
  21.  
  22.     #P<expression> is equivalent to #.(parse-namestring '<expression>)
  23.  
  24. then your reasoning would be correct.  Perhaps this would be a better
  25. definition of #P; please suggest it in your review comments.
  26. -- 
  27. Barry Margolin
  28. System Manager, Thinking Machines Corp.
  29.  
  30. barmar@think.com          {uunet,harvard}!think!barmar
  31.