[gforth] / gforth / README  

gforth: gforth/README

Diff for /gforth/README between version 1.55 and 1.56

version 1.55, Mon Aug 25 16:14:25 2003 UTC version 1.56, Wed Aug 27 12:13:49 2003 UTC
Line 3 
Line 3 
 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 even has a
 manual. Gforth combines traditional implementation techniques with  manual. Gforth combines traditional implementation techniques with
 newer techniques for portability and performance performance: its  newer techniques for portability and performance: its inner
 inner innerpreter is direct threaded with several optimizations, but  interpreter is direct threaded with several optimizations, but you can
 you can also use a traditional-style indirect threaded interpreter.  also use a traditional-style indirect threaded interpreter.  Gforth is
 Gforth is distributed under the GNU General Public license (see  distributed under the GNU General Public license (see COPYING).
 COPYING).  
   Gforth runs under Unix, Win32, MacOS X, OS/2, and DOS and should not
 Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to  be hard to port to other systems supported by GCC. This version has
 port to other systems supported by GCC. This version has been tested  been tested successfully on the following platforms:
 successfully on the following platforms:  
   
  alpha-dec-osf4.0d   alpha-dec-osf4.0d
  alpha-unknown-linux-gnu   alpha-unknown-linux-gnu
Line 30 
Line 29 
  sparc-unknown-linux-gnu   sparc-unknown-linux-gnu
   
 Read INSTALL for installation instructions, or INSTALL.DOS for DOS,  Read INSTALL for installation instructions, or INSTALL.DOS for DOS,
 Windows 95, and OS/2, or INSTALL.BINDIST if you have a binary package.  Windows, and OS/2, or INSTALL.BINDIST if you have a binary package.
 To start the system, just say `gforth' (after installing it).  To start the system, just say `gforth' (after installing it).
   
 You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/  You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/


Generate output suitable for use with a patch program
Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help