home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / diffs / gforth-0.2.1-diffs.gz.pi < prev    next >
Fred Fish's Product-Info  |  1997-04-16  |  1KB  |  38 lines

  1. .name
  2. gforth
  3. .type
  4. Programmer Tool
  5. .short
  6. Portable implementation of Forth lang
  7. .description
  8. Gforth is a fast and portable implementation of the ANS Forth
  9. language. It works nicely with the Emacs editor, offers some nice
  10. features such as input completion and history and a powerful locals
  11. facility, and it even has (the beginnings of) a manual. Gforth employs
  12. traditional implementation techniques: its inner innerpreter is
  13. indirect or direct threaded.  Gforth is distributed under the GNU
  14. General Public license (see COPYING).
  15.  
  16. Gforth runs under Unix and DOS and should not be hard to port to other
  17. systems supported by GCC. This version has been tested successfully on
  18. the following platforms: i486-unknown-linuxaout, i586-unknown-linux,
  19. alpha-dec-osf3.2, mips-dec-ultrix4.3, sparc-sun-sunos4.1.4,
  20. sparc-unknown-netbsd1.2 (configured with ac_cv_sizeof_long_long=0, see
  21. INSTALL), hppa1.1-hp-hpux9.05, hppa1.1-hp-hpux10.20, Windows 95 using
  22. DJGPP 2.0, and OS/2 3.0 using EMX 0.9c, the latter with manual help
  23. to finish compilation.
  24. .version
  25. 0.2.1
  26. .author
  27. Anton Ertl
  28. Bernd Paysan
  29. Jens Wilke
  30. et al
  31. .distribution
  32. GNU Public License
  33. .described-by
  34. Fred Fish (fnf@ninemoons.com)
  35. .submittal
  36. Downloaded via ftp from prep.ai.mit.edu
  37.  
  38.