Hacker News new | ask | show | jobs
by pchickey 5625 days ago
There are a few Haskell web frameworks out there which take advantage of advanced Haskell features. The Snap framework is based on Iteratees, a fairly recent abstraction developed for Haskell IO. The source code is readable, though you want to make sure you understand iteratees first.

https://github.com/snapframework/snap-core/tree/master/src/S... http://okmij.org/ftp/Streams.html