@hackage scc0.3
Streaming component combinators
Categories
License
LicenseRef-GPL
Maintainer
blamario@yahoo.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
Dependents (1)
@hackage/acme-everything
SCC is a layered library of Streaming Component Combinators. The lowest layer defines a Pipe monad transformer that enables building of producer-consumer coroutine pairs. The next layer adds streaming component types, a number of primitive streaming components and a set of component combinators. Finally, there is an executable that exposes all functionality in a command-line shell.
The original library design is based on paper http://conferences.idealliance.org/extreme/html/2006/Blazevic01/EML2006Blazevic01.html
Mario Blažević, Streaming component combinators, Extreme Markup Languages, 2006.