Sujet : Re: Back & Forth - Co-routines
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 08. Feb 2025, 13:31:45
Autres entêtes
Organisation : novaBBS
Message-ID : <d07c4acc7550b7fd08802106ba83c5dd@www.novabbs.com>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Rocksolid Light
Thanks, that makes sense. Each call to the outer function
creates a data record for (the contexts of) each of its inner
closure(s). The context records need to be managed somehow.
Personally, I do not need more than the limited functionality
that MinForth now provides. But I have a good idea how to
extend it to full closures whenever the need arises in the
future. That is, perhaps never... ;-)