Popularity
6.2
Declining
Activity
0.0
Stable
73
13
7

Description

An experiment in structuring applications as cooperating sets of state machines, where each state machine is a sequence of reducers triggered by pattern matches.

Monthly Downloads: 0
Programming language: Elixir
License: Apache License 2.0
Tags: Utilities     DSL     State Machines     Reducers    

Reducer Machine alternatives and similar packages

Based on the "State Machines" category.
Alternatively, view Reducer Machine alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Reducer Machine or a related project?

Add another 'State Machines' Package

README

Reducer Machine

An experiment in structuring applications as cooperating sets of state machines, where each state machine is a sequence of reducers triggered by pattern matches.

Installation

def deps do
  [
    {:reducer_machine, "~> 0.1.0"}
  ]
end