home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15502 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.4 KB

  1. Path: sparky!uunet!europa.asd.contel.com!emory!sol.ctr.columbia.edu!spool.mu.edu!agate!ames!purdue!haven.umd.edu!decuac!pa.dec.com!decwrl!contessa!mwm
  2. From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
  3. Subject: Re: LISP - Don't use it.
  4. Newsgroups: comp.sys.amiga.programmer
  5. Distribution: world
  6. References: <1992Nov6.220216.2313@sth.frontec.se> <BxBn4w.7oM@fc.hp.com>
  7. X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
  8. Keywords: 
  9. Summary: 
  10. Message-ID: <mwm.2k5h@contessa.palo-alto.ca.us>
  11. Date: 6 Nov 92 22:38:48 PST
  12. Organization: Missionaria Phonibalonica
  13. Lines: 23
  14.  
  15. In <BxBn4w.7oM@fc.hp.com>, koren@fc.hp.com (Steve Koren) wrote:
  16. > perfect language for such a thing.  I've actually toyed around with the
  17. > idea of making an interprocess LISP using the same conventions that ARexx
  18. > uses now, so one could have the power of LISP and use all those ARexx
  19. > applications.
  20.  
  21. I did more than toy around with it - I did it. The Scheme system I use
  22. has access better access to ARexx messaging facilities than ARexx
  23. does. Being able to use backquoted SEXPRs blows away Rexx string
  24. handling. I can send you the documentation on the interface(s) if you
  25. want - there's one just a bit higher than the C interface, and a
  26. Rexx/Scheme level above that.
  27.  
  28. It's just that Scheme isn't as lightweight as Rexx, being closer in
  29. size to CanDo than to ARexx, and there isn't a shared Scheme library
  30. to encapsulate most of the code, so I tend to use Rexx scripts instead
  31. of Scheme programs.
  32.  
  33.     <mike
  34.  
  35.  
  36.  
  37.  
  38.