Here it is: The Snap web framework for Haskell.(haskell.org)
haskell.org
Here it is: The Snap web framework for Haskell.
http://www.haskell.org/pipermail/haskell-cafe/2010-May/078005.html
3 comments
More discussion here: http://news.ycombinator.com/item?id=1369852
Flagged as dup.
Then just flag. If you're going to report it as a dup, please add a link.
There was one already.
(An example app I decided to implement in Perl even though I would rather have used Haskell was a web proxy. Perl has a standard HTTP::Request/HTTP::Response library that clients and servers both use. This makes writing a proxy downright trivial. With Haskell, the client has a pretty good API, but the servers have slightly-different-for-no-reason APIs, making the code 99% useless conversions and 1% actual code. I am almost motivated to fix this, especially after looking at Snap.)