Kyle Shevlin 5/7/2020

Can a State Machine be a String?

Read Original

The article details an experiment in representing a state machine as a concise string. It explains the rules needed (ID, initial state, events) and walks through the process of writing a parsing function in JavaScript, including test-driven development examples using a light bulb state machine.

Can a State Machine be a String?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes