|
|
|
|
|
by upofadown
2362 days ago
|
|
In a stack oriented language the stack manipulations are the logic. You could make a more complicated compiler to optimize them or use local variables but most people/projects don't bother. >Forth programmers are aware of this and do their best to minimize them, ... This has never been true in my experience. The effort goes into insuring that the stack manipulations are correct. |
|