home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / 3173 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!usc!rpi!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!sacral.cis.ohio-state.edu!welch
  3. From: welch@sacral.cis.ohio-state.edu (Arun Welch)
  4. Subject: Re: Lisp Parsers
  5. In-Reply-To: berglas@cs.uq.oz.au's message of 5 Jan 93 07: 18:15 GMT
  6. Message-ID: <WELCH.93Jan5112512@sacral.cis.ohio-state.edu>
  7. Originator: welch@sacral.cis.ohio-state.edu
  8. Sender: news@cis.ohio-state.edu (NETnews        )
  9. Organization: OSU-LAIR
  10. References: <11586@uqcspe.cs.uq.oz.au>
  11. Date: Tue, 5 Jan 1993 16:25:12 GMT
  12. Lines: 19
  13.  
  14. In article <11586@uqcspe.cs.uq.oz.au> berglas@cs.uq.oz.au (Anthony Berglas) writes:
  15.  
  16.    I am trying to introduce Lisp to the UQ CS Dept, in which everybody
  17.    knows that real men use C++.  I will put on a demo of Garnet etc. shortly
  18.    but most important decisions are made on first impressions, and the
  19.    first impressions are the (())()()s.  God said that f(a, b); is easier
  20.    to read than (f a b), it requires less characters.
  21.  
  22. Interlisp (and it's successor, Medley), have supported this format,
  23. called "apply form". As far as I know no one's ever used it outside of
  24. the exec (interface to the interpreter), as it really messes with your
  25. brain to use it for deeply nested forms (or at least my brain :-).
  26.  
  27. ...arun
  28. ----------------------------------------------------------------------------
  29. Arun Welch
  30. Lisp Systems Programmer, Lab for AI Research, Ohio State University
  31. welch@cis.ohio-state.edu
  32.  
  33.