First page Back Continue Last page Overview Graphics
Why Use Forth?
Forth can be extended to suit the application.
- Definitions of high-level words in a well-written Forth application
are simple and readable. Often, they read like a plain English description
of the actions being implemented.
- Source code which is simple and readable is less prone to programming
mistakes, easier to maintain, and is self-documenting.