[Haskell-cafe] Network.UrlDisp
Sterling Clover
s.clover at gmail.com
Sun Feb 1 19:22:01 EST 2009
I'm not working on hvac at the moment, but the UrlDisp code was split
out of it by Artyom Shalkhakov. So some of the old example code from
hvac should still be of interest. The following, for example, was an
implementation of a threaded message board:
http://code.haskell.org/~sclv/hvac/Examples/hvac-board.hs
Note that this code uses the infix combinators. After a chorus of
"it's worse than perl!" went up, standard message dispatch
combinators were added as well. I explained briefly how they worked
here:
http://fmapfixreturn.wordpress.com/2008/05/21/some-concepts-behind-
hvac/#comment-94
The validation stuff used both in the code example and the blog post
is not part of UrlDisp, by the way.
Cheers,
S.
On Feb 1, 2009, at 2:46 PM, Pieter Laeremans wrote:
> Hello,
>
> Has anyone some exampe usages of : Network.UrlDisp ?
>
> thanks in advance,
>
> Pieter
>
> --
> Pieter Laeremans <pieter at laeremans.org>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list