-
Notifications
You must be signed in to change notification settings - Fork 6
Related Work
Jan Bracker edited this page May 5, 2013
·
11 revisions
Here is related interactive ideas
Other Javascript compilers
-
http://uu-computerscience.github.com/uhc-js/ -- The Javascript backend form UHC
- http://www.cs.uu.nl/wiki/UHC - The Utrecht Haskell Compiler.
- https://github.com/faylang/fay/wiki A proper subset of Haskell that compiles to JavaScript.
Node.js:
- nodejs.org
- http://www.youtube.com/watch?v=jo_B4LTHi3I
Continuations:
Emulating Concurrency: Koen's poor mans, and Harrisons Cheap Threads, the Free Monad (which turns out to be the Continuation monad with a a parameter).
Other uses of JavaScript
(Bryan O'Sullivan) Ah, so you're compiling Haskell to Javascript? Mmm, asm.js back end.
asm.js is a lower-level subset of JavaScript to allow for faster runtimes.
https://github.com/kripken/emscripten/wiki
- compiles LLVM to JavsScript