This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| forth_language [2007-06-10 11:20] – external edit 127.0.0.1 | forth_language [2008-05-13 15:49] (current) – 81.188.78.24 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== the FORTH programming language ==== | ||
| - | Forth is a stack based procedural programming language. | + | Forth is a stack based procedural programming language, able to be found (or installed) on microprocessors, |
| - | Forth implementations | + | ===Forth implementations |
| * [[Packet Forth]] | * [[Packet Forth]] | ||
| * [[amforth]] | * [[amforth]] | ||
| + | * [[open firmware]] | ||
| + | * gforth (aka GNU Forth) > http:// | ||
| + | * implementations | ||
| + | * jonesforth | ||
| + | ===reading=== | ||
| + | * [[wp> | ||
| + | * " | ||
| + | * The Forth Interest Group (FIG) > http:// | ||
| + | |||
| + | ===tutorials=== | ||
| + | * http:// | ||
| - | -- [[pix]] | ||