FORTH


Fourth


Charles H. Moore, 1960's


An interactive extensible language using postfix syntax and a data stack. A program is a set of functions ("words") which are compiled by an outer interpreter into bytecodes. FORTH is small and efficient, but programs can be difficult to read. It was used first to guide the telescope at NRAO, Kitt Peak.

FORTH-79

FORTH-83