Forth

From Wikipedia, the free encyclopedia
Jump to: navigation, search

Forth (sometimes written FORTH) is a stack-based programming language. It was developed by Charles H. Moore in 1969. Forth uses a two component system, an operating system to run the programs, and an editor to write them. Like most other high-level languages, FORTH can produce highly-efficient code.