2006/8/9, Pasqualino 'Titto' Assini <<a href="mailto:tittoassini@gmail.com">tittoassini@gmail.com</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Those among you who have an interest in AJAX-style web development - that is<br>to say the development of web applications that run entirely into the<br>browser environment, calling back to the server back-end only to get raw
<br>data -- will probably have noticed the recent appearance of the Google Web<br>Toolkit (<a href="http://code.google.com/webtoolkit">http://code.google.com/webtoolkit</a>). </blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
...<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is anyone working on anything similar or that might be interested in such a
<br>project?</blockquote><div><br>I am currently working on a Google Summer of Code project relating to some of this...<br>The project is more or less bound to Haskell Server Pages (<a href="http://www.cs.chalmers.se/~d00nibro/hsp/">
http://www.cs.chalmers.se/~d00nibro/hsp/</a>), <br>enabling JavaScript code generation. The main difference compared to the Google Web Toolkit approach<br>is that there are no special compiler magic added for compiling directly into JavaScript.
<br>Instead the compiled program, e.g. a cgi program generates the code (JavaScript/HTML/XML)<br>at runtime. However, type safety is gained via an embedded language (HJScript) and a typed <br>abstract representation of JavaScript in Haskell.
<br><br>For more info see <a href="http://www.dtek.chalmers.se/~bjornson/soc/">http://www.dtek.chalmers.se/~bjornson/soc/</a> <br><br>Regards,<br> Joel<br></div><br></div><br>