Popularity
4.8
Declining
Activity
0.0
Stable
9
2
3

Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Concurrency     Development    

stc-lang alternatives and similar packages

Based on the "Concurrency" category.
Alternatively, view stc-lang alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stc-lang or a related project?

Add another 'Concurrency' Package

README

STCLang: A library for implicit monadic dataflow parallelism

Build Status Hackage GitHub Publication

STCLang is a library that enables stateful, implicit, monadic parallel computation in Haskell. The core ideas come from the ohua project.

STCLang lets you create parallel dataflows with stateful nodes without having to explicitly wire complex graph structures. Instead the program is written with an embedded, monadic DSL and automatically transformed into a graph and executed in parallel.

On top of the base abstraction we have also built an FRP (functional reactive programming) interface. This allows you to run reactive programs on sequential streams of values and leverage pipeline parallelism to peed up computation.

We also published the theory and concepts behind this library.

Publication

We documented the principles in this library in a paper at the Haskell Symposium 2019.


*Note that all licence references and agreements mentioned in the stc-lang README section above are relevant to that project's source code only.