Top "State-machine" questions

A State Machine is a computation model used to design both computer programs and sequential logic circuits.

What is an actual difference between redux and a state machine (e.g. xstate)?

I am working on investigation of one front-end application of medium complexity. At this moment it is written in pure …

javascript redux state-machine xstate
.NET Workflow Engine Suggestions

I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0 …

c# .net workflow state-machine stateless-state-machine
How to convert NFA/DFA to java?

I have a scenario where I have designed the NFA and using JFLAP I have converted it to DFA. I …

java finite-automata automata state-machine
Is there a programming language with built-in state machine construct?

I am just curious if there is a programming language which has state machines (similar to boost::statechart) as primary …

programming-languages state-machine statechart
implementing a state machine using the "yield" keyword

Is it feasible to use the yield keyword to implement a simple state machine as shown here. To me it …

c# yield state-machine fsm
Basic State Machine setup using Stateless

I have some fairly simple state needs (for now). I think I would like to model these using the Stateless …

c# .net state state-machine stateless-state-machine
How would you code a washing machine?

Imagine I have a class that represents a simple washing machine. It can perform following operations in the following order: …

oop state-machine
Comparison between Stateless (on google code) and Windows Workflow

I'm starting to think that I should ditch Windows WF in favor of something simpler. I don't necessarily need to …

c# .net workflow-foundation state-machine
A "generalized" finite state machine implementation

I often have the need to implement an object which is capable of switching its behaviour in response to a …

c++ templates state-machine
How useful is Turing completeness? are neural nets turing complete?

While reading some papers about the Turing completeness of recurrent neural nets (for example: Turing computability with neural nets, Hava …

neural-network finite-automata turing-complete state-machine