[Haskell-cafe] type safe web forms at compile time Was: Re: Ur vs Haskell

2011-03-02 Thread Alberto G. Corona
Hi. Some time ago I forgot to forward this message to thie ur versus Haskell http://www.haskell.org/pipermail/haskell-cafe/2011-January/088060.htmldiscussion, (as usual) --- The most impressive feature (of ur) is the compile time checking of conformance between the form and the form results.

Re: [Haskell-cafe] type safe web forms at compile time Was: Re: Ur vs Haskell

2011-03-02 Thread Marc Weber
Excerpts from Alberto G. Corona's message of Wed Mar 02 20:53:28 + 2011: Some time ago I forgot to forward this message to thie ur versus Haskell http://www.haskell.org/pipermail/haskell-cafe/2011-January/088060.htmldiscussion, (as usual) --- The most impressive feature (of ur) is the

Re: [Haskell-cafe] type safe web forms at compile time Was: Re: Ur vs Haskell

2011-03-02 Thread Alberto G. Corona
WASH is full of wonderful ideas . packed in a not so wonderful syntax. It is worth to evolve it. WASH does force form safety in a similar way to Formlets http://hackage.haskell.org/package/formlets: because the form and the form read code are generated automatically by a class instance. So