[Haskell-cafe] generating javascript

Neil Mitchell ndmitchell at gmail.com
Wed Nov 29 04:38:57 EST 2006


Hi Jeff,

It all depends how you want to write your code. The two options are
full Haskell (Yhc) or combinators (HSPClientSide).

Thanks

Neil

On 11/29/06, jeff p <mutjida at gmail.com> wrote:
> Hello,
>
>
> > There's a Google SoC-project made by a friend of mine for JavaScript
> > support in Haskell Server Pages:
> > http://csmisc14.cs.chalmers.se/~bjornson/soc/
> >
> > It's a combinator library, but i'm not sure it's what you really need
> > though. :)
> >
> This seems to contain just what I was looking for. Although I'm not
> using HSP, it looks like the HSPClientside library can be used (in
> conjunction with Text.XHtml) to generate webpages with embedded
> scripts.
>
> thanks,
>   Jeff
> _______________________________________________
> 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