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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!decwrl!contessa!mwm
  2. From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
  3. Subject: Re: LISP - USE IT.
  4. Newsgroups: comp.sys.amiga.programmer
  5. Distribution: world
  6. References: <mwm.2ldh@contessa.palo-alto.ca.us> <1992Nov11.175530.8454@coli.uni-sb.de>
  7. X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
  8. Keywords: 
  9. Summary: 
  10. Message-ID: <mwm.2m3x@contessa.palo-alto.ca.us>
  11. Date: 11 Nov 92 16:50:07 PST
  12. Organization: Missionaria Phonibalonica
  13. Lines: 17
  14.  
  15. In <1992Nov11.175530.8454@coli.uni-sb.de>, fettig@asl-sun2 (Thomas &) wrote:
  16. >  Now if I wanted to use lisp with the Amiga,
  17. >  can I get a decent one? Did You find a
  18. >  useable and complete lisp for the Amiga,
  19. >  or do you use lisp on a unix-box?
  20.  
  21. Yes, you can get decent LISPs for the Amiga. Gambit was just sent to
  22. Fred Fish. It's an R4RS shareware interpreter/68000-compiler. There's
  23. OakLISP, which includes an R3RS Scheme environment, as well as the OO
  24. OakLISP system. It has a byte-code compiler. I use Scheme->C, which is
  25. an R3RS scheme that makes compiling standalone executable trivial. You
  26. can't do that with OakLISP; you might be able to do it with Gambit.
  27.  
  28. That all of these also run on Unix boxes is a nice advantage.
  29.  
  30.     <mike
  31.  
  32.