home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / apl / 1187 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.apl
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!mm-mac17.mse.uiuc.edu!gaylord
  3. From: Richard J. Gaylord <gaylord@ux1.cso.uiuc.edu>
  4. Subject: Re: What is an APL language?
  5. References: <BxsL3r.EG@watserv1.uwaterloo.ca>
  6. Message-ID: <BxwsGn.D1x@news.cso.uiuc.edu>
  7. X-Xxdate: Wed, 18 Nov 92 05:14:06 GMT
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. X-Useragent: Nuntius v1.1.1d12
  10. Organization: University of Illinois
  11. Date: Wed, 18 Nov 1992 11:12:22 GMT
  12. X-Xxmessage-Id: <A72F819E7A039B11@mm-mac17.mse.uiuc.edu>
  13. Lines: 16
  14.  
  15. Subject: Re: What is an APL language?
  16. From: David Gurr 4-6989 MR Sys, gurr@newsparc6
  17. Date: Tue, 17 Nov 92 13:53:52 GMT
  18. In article <1992Nov17.135352.495@mr.med.ge.com> David Gurr 4-6989 MR Sys,
  19. gurr@newsparc6 writes:
  20. >Umm, speaking loosely, evaluation from right to left 
  21. >allows one to read APL from left to right. Consider
  22. >f(g(x)) which is read "f of g of x" and is 
  23. >calculated reduce x, apply g, apply f.
  24. >
  25.  
  26. ===================
  27.  
  28. is that right ? i also read  apl from right to left.  i 'read' f(g(x)) as
  29. "take x, then take g of x and then take g of the result".  maybe just too
  30. much time spent in hebrew school.
  31.