Difference between revisions of "Iteratee I/O"

From HaskellWiki
Jump to navigation Jump to search
(yesodweb link)
(remove link to dead hyena project)
Line 21: Line 21:
   
 
Uses of Iteratee I/O:
 
Uses of Iteratee I/O:
* [http://github.com/tibbe/hyena/tree/master hyena]: The Hyena web application server
 
 
* [http://snapframework.com Snap] : The Snap web framework
 
* [http://snapframework.com Snap] : The Snap web framework
 
* [http://hackage.haskell.org/package/yaml yaml]: Low-level binding to the libyaml C library]
 
* [http://hackage.haskell.org/package/yaml yaml]: Low-level binding to the libyaml C library]

Revision as of 22:32, 20 July 2011

This article is a stub. You can help by expanding it.

Iteratee I/O is a way to avoid the problems that can occur with lazy I/O.

Discussions elsewhere on this wiki include:

Essays by Oleg:

Other discussions:

Uses of Iteratee I/O:

  • Snap : The Snap web framework
  • yaml: Low-level binding to the libyaml C library]
  • usb 0.4: Communicate with USB devices
  • sstable: SSTables in Haskell
  • WAI: a Web Application Interface for haskell web frameworks (used by Yesod).

Packages: