Re: [Haskell-cafe] generating javascript

2006-11-30 Thread Joel Björnson
2006/11/30, jeff p <[EMAIL PROTECTED]>: Is the JavaScript embedding in HSPClientside essentially the same as the embedding explained in Broberg's thesis? Yes, in principal the core modules are based on the thesis. Combinators and higher level functions are built on top of these. /Joel __

Re: [Haskell-cafe] generating javascript

2006-11-29 Thread jeff p
Hello, It sure should be possible to use HSPClientside with Text.XHtml, but off course with exceptions to all Haskell Server Pages (HSP) specific functions. Anyway I encourage you to have a look at HSP as well :-) It's quite nice to be able to use regular XML syntax within the Haskell code. C

Re: [Haskell-cafe] generating javascript

2006-11-29 Thread Neil Mitchell
Hi Anyway I encourage you to have a look at HSP as well :-) It's quite nice to be able to use regular XML syntax within the Haskell code. I think it should be entirely possible to use Haskell with Yhc and HSX (http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/), so you can still write prope

Re: [Haskell-cafe] generating javascript

2006-11-29 Thread Joel Björnson
2006/11/29, jeff p <[EMAIL PROTECTED]>: 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. It sure should be possible to use HSPClientsi

Re: [Haskell-cafe] generating javascript

2006-11-29 Thread Neil Mitchell
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 <[EMAIL PROTECTED]> wrote: Hello, > There's a Google SoC-project made by a friend of mine for JavaScript > support in Haskell Serve

Re: [Haskell-cafe] generating javascript

2006-11-28 Thread jeff p
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. Altho

Re: [Haskell-cafe] generating javascript

2006-11-28 Thread Mattias Bengtsson
On Tue, 2006-11-28 at 18:36 -0500, jeff p wrote: > Hello, > > Are there any Haskell tools to generate javascript? Has anyone made > a combinator library for > javascript? There's a Google SoC-project made by a friend of mine for JavaScript support in Haskell Server Pages: http://csmisc14.cs.cha

Re: [Haskell-cafe] generating javascript

2006-11-28 Thread Alfonso Acosta
You can generate Javascript from haskell using Yhc, check http://haskell.org/haskellwiki/Yhc/Javascript On 11/29/06, jeff p <[EMAIL PROTECTED]> wrote: Hello, Are there any Haskell tools to generate javascript? Has anyone made a combinator library for javascript? thanks, Jeff __

[Haskell-cafe] generating javascript

2006-11-28 Thread jeff p
Hello, Are there any Haskell tools to generate javascript? Has anyone made a combinator library for javascript? thanks, Jeff ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe