auto
Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto (by mstksg)
funflow
Functional workflows (by tweag)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
auto | funflow | |
---|---|---|
0 | 3 | |
176 | 361 | |
- | -0.8% | |
0.0 | 0.0 | |
over 4 years ago | about 2 months ago | |
Haskell | Haskell | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
auto
Posts with mentions or reviews of auto.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning auto yet.
Tracking mentions began in Dec 2020.
funflow
Posts with mentions or reviews of funflow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-20.
-
Is there anything like funflow for rust?
funflow is a cool library for writing "workflows", but basically it's a library that implements caching. So if you have a process that reads a file A, does transformation A → B, then does B → C, then C → D, then writes D to disk, each step of that will be cached to disk and you won't need to redo the A → B step if your program crashes during the B → C step.
-
Experiences with workflow managers implemented in Haskell (funflow, porcupine, bioshake, ?)
Funflow: https://github.com/tweag/funflow
What are some alternatives?
When comparing auto and funflow you can also consider the following projects:
abstract-par
ChannelT - Generalized stream processors
machinecell - Arrow based stream transducer
ifcxt - constraint level if statements
effet - An effect system based on type classes, written in Haskell.
time-warp
hask - Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)
apecs - a fast, extensible, type driven Haskell ECS framework for games
lens-tutorial - The missing tutorial module for the lens library
selective - Selective Applicative Functors: Declare Your Effects Statically, Select Which to Execute Dynamically