home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / forth / mac / 34 < prev    next >
Encoding:
Text File  |  1992-12-17  |  3.8 KB  |  102 lines

  1. Newsgroups: comp.lang.forth.mac
  2. Path: sparky!uunet!caen!destroyer!news.iastate.edu!bible
  3. From: bible@iastate.edu (Anthony E Bible)
  4. Subject: Re: Survey
  5. Message-ID: <BzEsnn.B7J@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames, IA
  8. References: <Bz95uE.AB7@news.iastate.edu> <1992Dec15.152241.549@hhcs.gov.au>
  9. Date: Thu, 17 Dec 1992 15:06:57 GMT
  10. Lines: 90
  11.  
  12. In article <1992Dec15.152241.549@hhcs.gov.au> anderpe@hhcs.gov.au writes:
  13. >-- 
  14. >Hi, i have just gained access to this thread.  I have had a long but not
  15. >involved association with Forth (IBM-PC and Commodore 64).  Since becomming a
  16. >MACophile I have not seen any information about versions of Forth for the MAC
  17. >(commercial or public domain).  Any information on available versions would be
  18. >most welcome.
  19.  
  20. Peter:
  21.  
  22.     There is a FAQ for the comp.lang.forth group which gets posted
  23. regularly.  One of the questions concerns Forth for the Mac.  I have excerpted
  24. it for you:
  25.  
  26. ==============================================================================
  27. ,Q10:   Where can I find a Forth for the MAC?
  28.  
  29. ANSWER:
  30.     From: CHERGR@lure.latrobe.edu.au
  31.     Newsgroups: comp.lang.forth
  32.     Subject: Forth system for MacClassic
  33.     Message-ID: <5163@lure.latrobe.edu.au>
  34.     Date: 18 Mar 91 17:14:29 GMT
  35.     Organization: VAX Cluster, Computer Centre, La Trobe University
  36.     Lines: 24
  37.  
  38.     I can recommend Mach2 Forth for the Macintosh.
  39.     Its strong points are:
  40.     1. inexpensive.
  41.     2. stable.
  42.     3. compiles to machine code so its quick.
  43.     4. straightforward access to the Mac toolbox.
  44.     5. menu selected templates mean windows and
  45.       menus etc. are easy to make for the beginner.
  46.     6. standard syntax machine code assembler.
  47.     7. the novice programmer does not have to worry
  48.       about implementing the Mac event loop.
  49.  
  50.     Weak points are:
  51.     1. a rudimentary built in text editor.
  52.     2. the Mac event loop is handled by an IO task running
  53.       under the multitasker. This makes extensions to
  54.       the event loop conceptually difficult.
  55.     3. development has ceased but it will be
  56.       supported for later Mac System releases.
  57.  
  58.     This is available mail order from:
  59.     MacTutor,1250 N. Lakeview, Suite O, Anaheim, California 92807
  60.     call (714) 777 1255 for credit cards
  61.     price $90.00
  62.  
  63.     Message-Id: <9104192113.AA03564@mitch.Eng.Sun.COM>
  64.     To: dwp@willett.pgh.pa.us, ddi1!lrark!gars@uunet.uu.net
  65.     Subject: Re: Answers to Frequently Asked Questions (version 1.2)
  66.     Date: 19 Apr 91 14:13:49 PDT (Fri)
  67.     From: pitt!Eng.Sun.COM!Mitch.Bradley
  68.  
  69.     Forthmacs by Bradley Forthware is also available for the Macintosh.
  70.     This is the same Forth that is the basis of Sun's Open Boot firmware.
  71.     Macintosh Forthmacs costs $50 for working disk+manual, and $50 extra for
  72.     source code.
  73.  
  74.     Forthmacs is available for the following machines:
  75.     Atari ST, Macintosh (I and II), OS-9, Sun (680x0 and SPARC), NeXT.
  76.  
  77.     Mitch Bradley, wmb@Eng.Sun.COM
  78.  
  79. There are several PD/Shareware MAC Forth's available on the various
  80. BBoard systems and on GEnie.  See the 'Forth On-line
  81. Resource/Technical Help Letter' post for how to access those services.
  82.  
  83. ==============================================================================
  84.  
  85.     The only other two Forth's for the Mac I am aware of are:
  86.  
  87. pocketForth --    I think this is a shareware version of Forth.  Other posters to
  88.         this group are using it; perhaps they can suggest archives
  89.         where you could obtain it.
  90.  
  91. MacForth --    A full featured Forth for the Macintosh from Creative Solutions
  92.         which has been recommended by some people in the past.  This is
  93.         the one I use, and I like it a lot, but it is fairly expensive
  94.         ( >> $100; I don't remember the exact price) if you are just 
  95.         tinkering.  If you want more details write me at:
  96.  
  97.             bible@iastate.edu
  98.  
  99. Regards,
  100. tony
  101.