selective
funflow

selective | funflow | |
---|---|---|
1 | 3 | |
204 | 363 | |
0.0% | 0.3% | |
4.9 | 3.5 | |
10 months ago | about 1 year ago | |
TeX | Haskell | |
MIT License | MIT License |
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.
selective
-
Is it possible to write a definitional interpreter in Applicative style?
I don't that that it goes fully all the way to monads. But, it does seem to require something "stronger" than applicatives, and I think stronger than selective functors -- though maybe there is a selection domain that is sufficient.
funflow
-
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.
-
Need a reason to start Haskell learning
You might wanna check out funflow
-
Experiences with workflow managers implemented in Haskell (funflow, porcupine, bioshake, ?)
Funflow: https://github.com/tweag/funflow
What are some alternatives?
transient - A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
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
ChannelT - Generalized stream processors
machinecell - Arrow based stream transducer
Cascade
categories - categories from category-extras
atl - Arrow Transformer Library
lens-tutorial - The missing tutorial module for the lens library
ifcxt - constraint level if statements
rio-orphans - A standard library for Haskell
