Forth
From Just Solve the File Format Problem
Revision as of 12:34, 21 March 2014 by Dan Tobias (Talk | contribs)
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.