mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f01a0f8982
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
626 B
Text
13 lines
626 B
Text
pipes is a clean and powerful stream processing library that lets you
|
|
build and connect reusable streaming components
|
|
|
|
Advantages over traditional streaming libraries:
|
|
* Concise API: Use simple commands like for, (>->), await, and yield
|
|
* Blazing fast: Implementation tuned for speed, including shortcut
|
|
fusion
|
|
* Lightweight Dependency: pipes is small and compiles very rapidly,
|
|
including dependencies
|
|
* Elegant semantics: Use practical category theory
|
|
* ListT: Correct implementation of ListT that interconverts with pipes
|
|
* Bidirectionality: Implement duplex channels
|
|
* Extensive Documentation: Second to none!
|