On Apr 25, 2009, at 13:53 , Jason Dusek wrote:
 I'd like to be able to translate Haskell to JavaScript.

http://haskell.org/haskellwiki/Yhc/Javascript ?

 Many Haskell/JS bridges provide libraries for writing complete
 JavaScript programs in Haskell; some of them even include
 jQuery. However, my goals are more limited -- I'd like to be
 able to take a Haskell module and turn it into a JavaScript
 object. For example, I'd like to write a nice parser in

That's not exactly limited; building a self-contained program is easier than producing something that seamlessly adapts between different runtimes with very different notions of how the world works.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allb...@kf8nh.com
system administrator [openafs,heimdal,too many hats] allb...@ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to