List of languages that compile to JS
github.com
List of languages that compile to JS
1–10 of 53 posts
Re: List of languages that compile to JS
#2I was going to make snarky comment about writing JavaScript in JavaScript until I saw the language extensions section, very useful!
Re: List of languages that compile to JS
#3And I expect most of these can be compiled via a Grunt task. JavaScript is the Borg.
Re: List of languages that compile to JS
#4This 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.)
Re: List of languages that compile to JS
#5This 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
#6if you're interested in the topic, altjs.reddit.com could use some love
Re: List of languages that compile to JS
#7Boy 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
#8Can’t believe how long this list is. Would be great to have some kind of maturity rating system for each item.
Re: List of languages that compile to JS
#9This shows us how useful JS really is.
Re: List of languages that compile to JS
#10I 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...