Plangs!
Menu
Sun

Forth

Forth
202
Stack-oriented programming language and interactive integrated development environment designed by Charles H. Moore and first introduced in 1970. The language's unique feature is its ability to extend itself at runtime, making it quite flexible and powerful. Commonly used in embedded systems, spaceflight applications, and boot loaders, it is known for its efficiency and small memory footprint. Forth combines a compiler with an interactive command shell and relies on Reverse Polish Notation.
Details