[Haskell-cafe] Haskell/JS -- better through typeclasses?
Jason Dusek
jason.dusek at gmail.com
Sat Apr 25 15:13:36 EDT 2009
2009/04/25 Brandon S. Allbery KF8NH <allbery at ece.cmu.edu>:
> 2009/04/25 Jason Dusek:
>> I'd like to be able to translate Haskell to JavaScript.
>
> http://haskell.org/haskellwiki/Yhc/Javascript ?
Dead.
>> 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.
What I mean is a bucket of JavaScript functions. It would be
fine to hide all the data constructors and type definitions.
--
Jason Dusek
More information about the Haskell-Cafe
mailing list