First page Back Continue Last page Overview Graphics
Why Use Forth?
Forth simplifies testing of code at every stage of development.
- With its interactive environment and incremental compilation,
new Forth words can be tested as they are written. The bottom-up approach
of building new words upon previously tested words leads to very robust code.