| |
| | Forth - the LEGO of Programming Languages - 1995 |
 | | Unlike syntactic languages that require the use of a complex combination of syntactic structures to create an expression, Forth is a semantic language where the syntax is just words with spaces between them and the meaning is the defintion of the words. |
 | | The simplicity is unmatched in any other programming langugage, and this is why Forth is usually the first language implemented on new machines, is the language that boots up on Sun workstations and new "Open Boot Firmware" bus machines, can fit in the ROM of common microcontrollers, and can be easily implemented directly in hardare. |
 | | Forth is not as well known or widely used as 'C', more things are published in 'C', it is widely used in universities, and there are more jobs in 'C'. |
| www.ultratechnology.com /4thlego.htm (2027 words) |
|