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...") |
Revision as of 12:34, 21 March 2014
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.