Sujet : Re: Avoid treating the stack as an array [Re: "Back & Forth" is back!]
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 16. Sep 2024, 09:48:10
Autres entêtes
Organisation : novaBBS
Message-ID : <a1b1306fa8e4ec63ce8c68a5e5308829@www.novabbs.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Rocksolid Light
Twisting even simple problem solutions to fit the stack machine model
just to make code execution easier in the stack machime falls into
Knuth's famous "Premature Optimization is the Root of all Evil".
There are many parallels with some Forth coding styles:
https://www.geeksforgeeks.org/premature-optimization/