Sujet : Re: Fetch string from comment
De : do-not-use (at) *nospam* swldwa.uk (Gerry Jackson)
Groupes : comp.lang.forthDate : 05. Mar 2025, 13:07:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vq9epj$2cvkj$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 04/03/2025 15:55, mhx wrote:
second only to premature optimisation and goto's.
How to code a state-machine without goto's?
-marcel
A state transition table with an interpreter? See Julian Noble's paper
http://galileo.phys.virginia.edu/classes/551.jvn.fall01/fsm.htmlBut you probably knew about that so why doesn't it count as gotoless?
-- Gerry