[Haskell-cafe] Haskell and javascript

2010-12-10 Thread jean-christophe mincke
Hello, I have just discovered WebSharp, a .Net product for web development that allows you to write client code in F# and have it translated into javascript. Does anyone know about somethig similar in Haskell? Thank you Regards J-C ___ Haskell-Cafe

Re: [Haskell-cafe] Haskell and javascript

2010-12-10 Thread aditya siram
HJScript[1] ? [1] http://hackage.haskell.org/package/HJScript-0.5.0 On Fri, Dec 10, 2010 at 9:52 AM, jean-christophe mincke jeanchristophe.min...@gmail.com wrote: Hello, I have just discovered WebSharp, a .Net product for web development that allows you to write client code in F# and have it

Re: [Haskell-cafe] Haskell and javascript

2010-12-10 Thread Antoine Latter
One nice thing that WebSharp does is that you can annotate types and functions and then use them on both sides - on the client and on the server - almost transparently. Then you can write common utility functions once, but you only maintain one code-base and one build workflow. I haven't used it