GNU Forth: Difference between revisions

From Rosetta Code
Content added Content deleted
(move from gforth)
m (correct reference to gforth's threading model)
 
Line 1: Line 1:
{{implementation|Forth}}
{{implementation|Forth}}
'''GNU Forth''' (executable name '''gforth''') is a portable, direct-threaded implementation of the Forth language from the GNU project. It obeys the ANS standard and comes with many libraries and bits of sample code.
'''GNU Forth''' is a portable, hybrid direct/indirect-threaded (executable name '''gforth''' or '''gforth-fast''') or indirect-threaded (executable name '''gforth-itc''') implementation of the Forth language from the GNU project. It obeys the ANS standard and comes with many libraries and bits of sample code.


==External links==
==External links==

Latest revision as of 13:52, 20 August 2011

GNU Forth is an implementation of Forth. Other implementations of Forth.

GNU Forth is a portable, hybrid direct/indirect-threaded (executable name gforth or gforth-fast) or indirect-threaded (executable name gforth-itc) implementation of the Forth language from the GNU project. It obeys the ANS standard and comes with many libraries and bits of sample code.

External links