--- gforth/README 2003/08/25 16:14:25 1.55 +++ gforth/README 2003/08/27 12:13:49 1.56 @@ -3,15 +3,14 @@ language. It works nicely with the Emacs features such as input completion and history, backtraces, a decompiler and a powerful locals facility, and it even has a manual. Gforth combines traditional implementation techniques with -newer techniques for portability and performance performance: its -inner innerpreter is direct threaded with several optimizations, but -you can also use a traditional-style indirect threaded interpreter. -Gforth is distributed under the GNU General Public license (see -COPYING). +newer techniques for portability and performance: its inner +interpreter is direct threaded with several optimizations, but you can +also use a traditional-style indirect threaded interpreter. Gforth is +distributed under the GNU General Public license (see COPYING). -Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to -port to other systems supported by GCC. This version has been tested -successfully on the following platforms: +Gforth runs under Unix, Win32, MacOS X, OS/2, and DOS and should not +be hard to port to other systems supported by GCC. This version has +been tested successfully on the following platforms: alpha-dec-osf4.0d alpha-unknown-linux-gnu @@ -30,7 +29,7 @@ successfully on the following platforms: sparc-unknown-linux-gnu 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). You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/