Sujet : Re: Back & Forth - Co-routines
De : sjack (at) *nospam* dontemail.me (sjack)
Groupes : comp.lang.forthDate : 24. Mar 2025, 00:34:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrq5qv$3gvph$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : tin/2.6.4-20240224 ("Banff") (Linux/6.8.0-55-generic (x86_64))
Hans Bezemer <
the.beez.speaks@gmail.com> wrote:
But I'm gonna spoil it for you: BacForth has an extra "L" stack. CUT:
and -CUT use it. You might wanna use this one if you REALLY want it:
https://sourceforge.net/p/forth-4th/code/HEAD/tree/trunk/4th.src/lib/stack.4th
Yes, the L-stack is just a stack and what I use; however, in later evolution
the L-stack became a virtual stack, a variable used in conjunction with
the return stack. I never implemented it, the simple stack was good
enough for me.
-- me