home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / forth / 3623 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!starnine!mikeh
  3. From: mikeh@starnine.com (Mike Haas)
  4. Subject: Re: Real dumb question.
  5. Message-ID: <BzA61o.KJC@starnine.com>
  6. Sender: mikeh@starnine.com (Mike Haas)
  7. Date: Tue, 15 Dec 1992 03:08:11 GMT
  8. References: <1992Nov30.221303.26291@pellns.alleg.edu> <1992Dec1.143910.23268@exu.ericsson.se>
  9. Organization: StarNine Technologies, Inc.
  10. Lines: 31
  11.  
  12. In article <1992Dec1.143910.23268@exu.ericsson.se> exuhag@exu.ericsson.se writes:
  13. >Michael Marshall writes:
  14. >>
  15. >>Is there a language that exists called FIFTH?
  16. >>I think I once read a parody on programming languages which mentioned a  
  17. >>FIFTh, but this was a pun on FORTH.
  18. >>Is there a REAL FIFTH????
  19. >
  20. >It's a variant of Forth with a 32-bit stack (no need for a double
  21. >wordset), modules, and true compilation.  The version in the SIMTEL
  22. >msdos.forth directory is very old so I assumed that it was a
  23. >discontinued product (I remember seeing magazine ads for it five or
  24. >six years ago).  But I have talked to one of the developers and
  25. >Fifth is apparently alive and well on the IBM PC and Amiga.  The
  26.  
  27. I'm not aware of a Fifth on the Amiga, and in fact, know of no other
  28. commercially available versions other than JForth (the only other
  29. commercial one WAS Multi-Forth by Creative Solutions, but they
  30. didn't hold out, went off the market a couple years ago.
  31.  
  32. If anyone DOES know of another commercially available Forth,
  33. PLEASE let me know.  (really available, not vaporware).
  34. I'd really like to see what someone is going to compete with JForth with.
  35.  
  36. BTW, JForth is a 32-bit subroutine-threaded Forth with user-settable
  37. word length for what gets compiled inline and what gets called.
  38.  
  39. And even though it's 32-bit, it includes a double-word set...
  40. that's 64 bits!!!
  41.  
  42.  
  43.