Diff for /gforth/README between versions 1.76 and 1.77

version 1.76, 2008/11/01 22:19:30 version 1.77, 2008/11/08 18:28:22
Line 1 Line 1
 Gforth is a fast and portable implementation of the ANS Forth  Gforth is a fast and portable implementation of the ANS Forth
 language. It works nicely with the Emacs editor, offers some nice  language. It works nicely with the Emacs editor, offers some nice
 features such as input completion and history, backtraces, a  features such as input completion and history, backtraces, a
 decompiler and a powerful locals facility, and it even has a  decompiler and a powerful locals facility, and it has a comprehensive
 manual. Gforth combines traditional implementation techniques with  manual. Gforth combines traditional implementation techniques with
 newer techniques for portability and performance: its inner  newer techniques for portability and performance: its inner
 interpreter is direct threaded with several optimizations, but you can  interpreter is direct threaded with several optimizations, but you can
 also use a traditional-style indirect threaded interpreter.  Gforth is  also use a traditional-style indirect threaded interpreter.  Gforth is
 distributed under the GNU General Public license (see COPYING).  distributed under the GNU General Public license (see COPYING).
   
 Gforth runs under GNU, BSD, and similar systems, MS Windows, MacOS X,  Gforth runs under GNU, BSD, and similar systems, MS Windows and MacOS X
 OS/2, and DOS and should not be hard to port to other systems  and should not be hard to port to other systems supported by GCC. This
 supported by GCC. This version has been tested successfully on the  version has been tested successfully on the following platforms:
 following platforms:  
   
 alpha-unknown-linux-gnu   alpha-unknown-linux-gnu 
  gcc-2.95.2 19991024 (release)   gcc-2.95.2 19991024 (release)

Removed from v.1.76  
changed lines
  Added in v.1.77


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>