Forth
From Just Solve the File Format Problem
Revision as of 03:50, 9 February 2015 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.