home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / 2900 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  756 b 

  1. Xref: sparky comp.lang.lisp:2900 comp.lang.scheme:2604
  2. Newsgroups: comp.lang.lisp,comp.lang.scheme
  3. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!usenet.ins.cwru.edu!agate!spool.mu.edu!umn.edu!csus.edu!beach.csulb.edu!news
  4. From: werts@aardvark.cecs.csulb.edu (Michael Werts)
  5. Subject: Quote syntax
  6. Message-ID: <Bxvq8r.E38@beach.csulb.edu>
  7. Sender: news@beach.csulb.edu (News Administration/Rumor Bureau)
  8. Organization: Cal State Long Beach
  9. Date: Tue, 17 Nov 1992 21:26:50 GMT
  10. Lines: 13
  11.  
  12. In the design of Lisp was there a profound reason for using
  13.  
  14.     (QUOTE (+ 1 1)) or '(+ 1 1)
  15.  
  16. to inhibit evaluation instead of something like
  17.  
  18.     [+ 1 1] ?
  19.  
  20. --
  21.  
  22. MICHAEL WERTS -- werts@csulb.edu
  23. Computer Engineering Computer Science
  24. California State University Long Beach
  25.