top | item 23765086

(no title)

walty | 5 years ago

What do you do professionally? How do you use automata there?

discuss

order

learc83|5 years ago

Web development, embedded systems, and game dev. I use FSMs, pushdown automata, and hierarchical state machines all the time.

FPGAhacker|5 years ago

What's amazing to me is how uncommon state machines are in software, comparatively. In ASIC and FPGA design, it's so fundamental and ubiquitous. At least with synchronous designs.

Frost1x|5 years ago

For embedded systems and game development I definitely understand automata applications (from experience) but web development has me curious. Are you writing transpilers or perhaps something else (I also try to avoid web dev, so there's that).