Skip to content

Related Work

Jan Bracker edited this page May 5, 2013 · 11 revisions

Here is related interactive ideas

Other Javascript compilers

Node.js:

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
Clone this wiki locally