Download List

Descripción del Proyecto

Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner innerpreter is indirect or direct threaded. Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to port to other systems supported by GCC.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-06 06:00
0.7.0

Muchas de las nuevas características Forth200x se han añadido. Este comunicado tiene soporte Unicode, una interfaz nueva biblioteca de C (GCC requiere en tiempo de ejecución), y un número de bibliotecas agregó. El proceso de compilación produce ahora un buen rendimiento de forma automática (cuando sea posible). La licencia se ha cambiado a la GPLv3 (o posterior).
Many new Forth200x features have been added. This release has Unicode support, a new C library interface (requires GCC at runtime), and a number of added libraries. The compilation process now produces good performance automatically (when possible). The license has been changed to the GPLv3 (or later).

2003-09-03 16:59
0.6.2

La velocidad de ejecución se incrementó con superinstructions dinámico. Nombres de archivo largos, las palabras de largo, y otras características han sido añadidas.
Tags: Major feature enhancements
Execution speed was increased with dynamic
superinstructions. Long filenames, long words, and
other features were added.

2001-08-16 14:16
0.5.0

Muchas palabras nuevas y mejores de depuración (backtrace), y mejorar la documentación.
Tags: Major feature enhancements
Lots of new words, better debugging (backtrace), and improved documentation.

Project Resources