Relative Content

Tag Archive for finite-state-machine

Are there benefits to writing programs as Pushdown Automata

I came across https://en.wikipedia.org/wiki/Automata-based_programming which argues there are significant advantages to writing your program as a FSM (finite automaton). This of course is a well known design pattern with lots of tutorials https://www.youtube.com/watch?v=4Lom_lqSGoY

How to Implement a Parallel Workflow

I’m trying to implement a parallel split task using a workflow system. I’m using .NET but my process is very simple and I don’t want to use WF or anything heavy like that.

How to Implement a Parallel Workflow

I’m trying to implement a parallel split task using a workflow system. I’m using .NET but my process is very simple and I don’t want to use WF or anything heavy like that.