/* ---- Google Analytics Code Below */
Showing posts with label Automata. Show all posts
Showing posts with label Automata. Show all posts

Monday, March 26, 2018

More on Rosmaro Automata Programming

Ɓukasz Makuch writes:

Hello,  Thank you very much for mentioning Rosmaro 

When it comes to a practical application of visual automata-based programming, I find it a great way to deal with user interfaces. I'd be very happy if you could take a look at 
https://medium.com/dailyjs/react-and-visual-automata-based-programming-c1d13e153cde . It's a complete tutorial about building a wizard with multiple paths.   .... "

See also Lukasz Makuch's blog on this and related topics.

Monday, March 12, 2018

Automata: States, Transitions and Context for Process

I have yet to see this directly useful, but it does teach the broad notion of automata, which is useful. Any time you are programming you are dealing with states of a device, and even states of a context being explored.   Sometimes a good way to think about a process.

Automata Based Programming

A Visual automata language called Rosmaro

To do automata-based programming is to program with states and transitions. States correspond to different behaviors. Transitions are named after events and describe how those behaviors change. ... "