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...") |
|||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
+ | |extensions={{ext|fth}} | ||
}} | }} | ||
'''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. | '''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. | ||
Line 9: | Line 10: | ||
* [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] |
Latest revision as of 21:48, 8 April 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.