Replies: 2 comments 1 reply
-
I really enjoy this work at first glance. ❤️. I'll read the docs more thoroughly before giving a second opinion. |
Beta Was this translation helpful? Give feedback.
-
I find this syntax suitable for the issue related to nested state machines. It suits also for parallel state machines, but the developer must be aware on running blocking conditions. In this case, it is suggestive to validate the whole against these blocking parallel pathways. |
Beta Was this translation helpful? Give feedback.
-
The thing that I like the most when using this lib is how you can directly map and express a statemachine into code, in a way that when you're reading the Statemachine you're also learning about the available states and transitions in a clear and concise code.
How we may express Compound and Parallel states in code with a pythonic API?
Here's my first thoughs, let me know what do you think about this speudo code. I'm using the microwave example on the scxml docs:
Beta Was this translation helpful? Give feedback.
All reactions