[Haskell-cafe] Need advice: Haskell in Web Client
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Wed Jan 18 15:58:19 CET 2012
dokondr <dokondr <at> gmail.com> writes:
> It would be great if I could write Web client code in pure Haskell [...]
not exactly Haskell, but you may want to have a look at OPA http://opalang.org/
the idea is that you write all of the application in one
(statically typed, functional) language
and the framework takes care of distributing the code to server and client
(and on the client, it shows up as JavaScript)
J.W.
More information about the Haskell-Cafe
mailing list