Conduit
From HaskellWiki
(Difference between revisions)
(Create subsection "Blog articles"; added a link to "pipes-like conduit") |
m (→Links) |
||
| (One intermediate revision not shown.) | |||
| Line 9: | Line 9: | ||
== Links == | == Links == | ||
| - | * [http://www.yesodweb.com/book/ | + | * [http://www.yesodweb.com/book/conduits An explanation of conduits] |
* [http://hackage.haskell.org/package/conduit The conduit package] | * [http://hackage.haskell.org/package/conduit The conduit package] | ||
* [http://www.haskell.org/pipermail/beginners/2012-March/009580.html An example program] (Beginners mailing list) | * [http://www.haskell.org/pipermail/beginners/2012-March/009580.html An example program] (Beginners mailing list) | ||
| + | |||
| + | * [http://hackage.haskell.org/package/wai wai], a package that uses the conduit package | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:conduit Packages on Hackage in the conduit category] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:conduit Packages on Hackage in the conduit category] | ||
Current revision
This article is a stub. You can help by expanding it.
Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators
1 Links
- An example program (Beginners mailing list)
- wai, a package that uses the conduit package
