Just found(*) this interesting article:
(It's not entirely positive - the first part is good orientation and motivation, the second part concludes that Forth isn't the right solution for the writer.) It includes this orientating quotation:
Quote:
languages like Forth, where a programmer could change everything and effectively create a programming language of his own
which seems to fit well with the spirit of these following comments from this very thread:
dlenmn wrote:
It has a truly amazing power to weight ratio -- you can do impressive things on a computer with very limited resources.
chitselb wrote:
I'm leaning toward this: Forth is a design pattern in assembly language.
Brad R wrote:
Chuck [Moore] is a rabid minimalist (that's a compliment)...
theGSman wrote:
Forth is flexible. Any feature you want it to have you can usually write a word that implements it with a minimum of fuss.
scotws wrote:
... I realized that you don't program in Forth, you use Forth as the foundation of your own programming language based on Forth.
scotws wrote:
... I finally understood CREATE/DOES> and how to define your own defining words.
and from
here:
Quote:
Forth is the smallest and simplest programming language I have ever seen. ... A programmer turns the language into an application by extending it to solve a problem.
(*) Oops, I see scotws did mention it before, in another thread, so evidently I've already read it.