Web server code in Haskell by Simon Marlow?

Simon Marlow simonmar@microsoft.com
Thu, 20 Mar 2003 12:14:19 -0000


> I am very interested in writing server programs in haskell.
>=20
> There is a link to a paper and code of haskell web server
> in the following page.
>=20
> http://www.haskell.org/practice.html
>
> I can see the case study paper, but there is no code at
> the link location. I think inspecting through code might be
> very helpful, even if it does not compiling in the recent
> version of GHC.

The link is out of date.  The code is now in the CVS repository, and it
has a proper license.  You can browse it on the web, here:

http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/hws/

Cheers,
	Simon