▲ | freeone3000 4 days ago | ||||||||||||||||
Implement as a state machine? But. Your program exists as a set of transforms upon memory. Your program is a state machine! You just need to define the proper morpisms to map your problem domain to the computer domain. | |||||||||||||||||
▲ | marcosdumay 4 days ago | parent [-] | ||||||||||||||||
Transformations are separable by principle, it's a fundamental property of them that state machines have as an afterthought that is even hard to represent. It doesn't matter if they have equivalent power. One of those representations fundamentally allows your software to have an architecture, the other doesn't. | |||||||||||||||||
|