- forth
-
Forth is a structured, imperative, stack-based, computer programming language and programming environment.
Forth is sometimes spelled in all capital letters following the customary usage during its earlier years, although the name is not an acronym.
A procedural, stack-oriented and reflective programming language without type checking, Forth features both interactive execution of commands (making it suitable as a shell for systems that lack a more formal operating system) and the ability to compile sequences of commands for later execution.
Some Forth implementations (usually early versions or those written to be extremely portable) compile threaded code, but many implementations today generate optimized machine code like other language compilers.
Source: Wikipedia (http://en.wikipedia.org/wiki/Forth_%28programming_language%29)
[
www.eg3.com
|
www.eg3.com/forth
]
|