|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^3: Are state machines just for parsing?by Anonymous Monk |
| on Dec 09, 2004 at 15:05 UTC ( #413563=note: print w/ replies, xml ) | Need Help?? |
|
And your example differs from the TCP/IP state machine example in which way? Your example is doing what every other state machine does: it uses the current state and the current input to determine what the next state will be (that is, it's performing a "calculation"). Your example only strengthens my point.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||