Live data from Hacker News

List of languages that compile to JS

github.com

1–10 of 53 posts

Re: List of languages that compile to JS

#5
post #4

This seems to be a "gave up on website, replaced with GitHub" version of altjs.org (which now rediects here). (This website used to have Cycript listed, but now doesn't.)

Interesting historical note — AltJS.org was originally taken from a version of this page, and then forked off from there.

Re: List of languages that compile to JS

#7
Boy am I glad I added LuvvieScript (Erlang dialect) to it last week. Its sits a bit lonely, the last transpile-to-javascript language to come in. Robert Virding of Lisp-Flavoured-Erlang pointed out that once I get it working all the other compile-to-Erlang languages (Elixir, LFE, Joxa) will also run in the browser (so no pressure then).

Re: List of languages that compile to JS

#10
I expect an increasingly larger C/C++ codebase to be ported with emscripten and asm.js with decent enough performance (especially dev tools). Currently C++ code compiled with emscripten runs in Firefox only 1.5x slower than natively compiled code [1]. Notable ports can be found at emscripten wiki page [2].

[1] https://hacks.mozilla.org/2013/12/gap-between-asm-js-and-nat...

[2] https://github.com/kripken/emscripten/wiki

Post reply on HN