Haskell and javascript
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
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.mincke@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 translated into javascript. Does anyone know about somethig similar in Haskell?
Thank you Regards J-C
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
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 yet, but it looks like a neat idea. Antoine On Fri, Dec 10, 2010 at 10:35 AM, aditya siram <aditya.siram@gmail.com> wrote:
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.mincke@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 translated into javascript. Does anyone know about somethig similar in Haskell?
Thank you Regards J-C
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
aditya siram -
Antoine Latter -
jean-christophe mincke