home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / 8bit / 5715 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.2 KB  |  26 lines

  1. Newsgroups: comp.sys.atari.8bit
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!jimlynch
  3. From: jimlynch@netcom.com (Jim Lynch)
  4. Subject: FORTH-83 for Atari 8-bit; anyone interested?
  5. Message-ID: <1992Dec28.124555.2212@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. Date: Mon, 28 Dec 1992 12:45:55 GMT
  8. Lines: 16
  9.  
  10. I wrote one; it's very cool. Problem is, I didn't write a manual...
  11.  
  12. It has its (traditional) compiler and interpreter rewritten in assembler...
  13. it has its I/O (the FORTH words KEY and EMIT) written so it can be redirected
  14. to different IOCBs...
  15. it has ADA-style exception handling set up so you can redirect particular
  16. error conditions so you can recover (or at least exit gracefully); you can
  17. also define your own exceptional conditions...
  18. the compiler and interpreter can be stripped out of applications (this means
  19. no runtime file and no extra baggage!)
  20.  
  21. If sufficient interest exists, I will look into writing a manual for the
  22. features I have added and releasing the forth system and the manual as 
  23. shareware... for the shareware fee, I will include full source code and
  24. the ability to make stand-alone apps. Runs under OSS-Dos.
  25.  
  26.