Popularity
6.2
Declining
Activity
0.0
Stable
73
12
6
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: 4
Programming language: Elixir
License: Apache License 2.0
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.
-
Machinery
State machine thin layer for structs (+ GUI for Phoenix apps) -
gen_state_machine
An idiomatic Elixir wrapper for gen_statem in OTP 19 (and above). -
Gearbox
⚙️ Gearbox is a functional state machine with an easy-to-use API, inspired by both Fsm and Machinery
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of Reducer Machine or a related project?
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