Slide 11
Slide 11 text
参考資料&
リンク集
● iostreams
○ https://hackage.haskell.org/package/iostreams
● Conduit
○ https://hackage.haskell.org/package/conduit
● Pipes
○ https://hackage.haskell.org/package/pipes
●
サンプルコー
ド
○ https://github.com/fujimura/functionalstreamprocessingmeetupsample
●
ストリー
ム処理ライブラリブー
ムの端緒となったIteratee
論文
○ http://okmij.org/ftp/Haskell/Iteratee/describe.pdf
● Iteratee
についての発表資料。
わかりやすい
○ http://okmij.org/ftp/Haskell/Iteratee/talkFLOPS.pdf
● Iteratee
の紹介
○ https://themonadreader.files.wordpress.com/2010/05/issue16.pdf
○
和訳:
http://d.hatena.ne.jp/tanakh/20100824
● iostreams
リリー
スのお知らせ&
紹介。Conduit, Pipes
との比較もある
○ http://snapframework.com/blog/2013/03/05/announcingiostreams
○ Reddit
のスレッドが盛り上がった。
面白いです
https://www.reddit.com/r/haskell/comments/19qfr6/announcing_first_release_of_iostreams/
● Conduit, Pipes, iostreams
の比較 by Conduit
の作者Simon
さん
○ https://www.reddit.com/r/haskell/comments/18iskd/upcoming_conduit_10_comparison_to_pipes_iostreams/
● Lazy IO
の罠
○ http://newartisans.com/2013/05/threeexamplesofproblemswithlazyio/
● Conduit
概要
○ https://www.fpcomplete.com/user/snoyberg/librarydocumentation/conduitoverview