Skip to content
forked from pragdave/diet

Simple reducer-based state machine

License

Notifications You must be signed in to change notification settings

greenbird-chr/diet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple reducer-based state machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%