Category:Forth: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Categorizing the language category.)
 
(Copied language description.)
Line 1: Line 1:
[[Category:Solutions by Programming Language]]
[[Category:Solutions by Programming Language]]
'''Forth''', 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 versions (especially early ones) compile threaded code, but many implementations today generate optimized machine code like other language compilers.

==Citations==
* [http://en.wikipedia.org/wiki/Forth_%28programming_language%29 Wikipedia:Forth (programming language)]

Revision as of 04:28, 6 February 2007

Forth, 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 versions (especially early ones) compile threaded code, but many implementations today generate optimized machine code like other language compilers.

Citations

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Forth"

The following 200 pages are in this category, out of 616 total.

(previous page) (next page)
(previous page) (next page)