Forth
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''Forth''' is a programming language originating in the 1970s, which uses stacks and Reverse Polish Notati...") |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 9: | Line 9: | ||
* [http://www.dmoz.org/Computers/Programming/Languages/Forth Open Directory Project page] | * [http://www.dmoz.org/Computers/Programming/Languages/Forth Open Directory Project page] | ||
* [http://sourceforge.net/projects/j2eeforth/ J2EE Forth (implemented in Java)] | * [http://sourceforge.net/projects/j2eeforth/ J2EE Forth (implemented in Java)] | ||
+ | * [http://home.iae.nl/users/mhx/sf.html Free online Forth book] |
Revision as of 03:50, 9 February 2015
Forth is a programming language originating in the 1970s, which uses stacks and Reverse Polish Notation as its main data structure. It can run as an interactive interpreter or in a compiled form.