HTTP servers implemented using Clean

Nick Kallen nkallen@uclink4.berkeley.edu
Thu, 7 Sep 2000 12:42:24 -0700


Actually it will probably be very difficult as the Haskell web server uses
many features of Haskell (not the standard but of GHC) for which there are
no direct parallels in Clean.

Examples:

: Exceptions
: Concurrency (Threads)
: State (using things like IORef, etc.)

> -----Original Message-----
> From: S. Doaitse Swierstra [mailto:doaitse@cs.uu.nl]
> Sent: Thursday, September 07, 2000 3:34 AM
> To: costa@ufu.br
> Cc: clean-list@cs.kun.nl
> Subject: Re: HTTP servers implemented using Clean
>
>
> At
>
> http://www.haskell.org/~simonmar/bib.html
>
> you can find a description of a Web server in Haskell. Should not be
> too complicated to reformulate in Clean.
>
>   Doaitse Swierstra
> --
> __________________________________________________________________________
> S. Doaitse Swierstra, Department of Computer Science, Utrecht University
>                        P.O.Box 80.089, 3508 TB UTRECHT,   the Netherlands
>                        Mail:  mailto:doaitse@cs.uu.nl
>                        WWW:   http://www.cs.uu.nl/
>                        PGP Public Key: http://www.cs.uu.nl/people/doaitse/
>                        tel:   +31 (30) 253 3962, fax: +31 (30) 2513791
> __________________________________________________________________________
>
>