Related questions
ECMAScript:Harmony / ES6 to JavaScript compiler
After reading Peter's article on JavaScript I noticed
Brendan Eich stated that one the goals for Harmony is to be a better target for to-JavaScript compilers.
There are currently two popular compilers with some vague ES:Harmony compliance:
Traceur
CoffeeScript
…
JavaScript "compilers"
Recently I found such cool thing as Google Closure Compiler. Are there alternatives which provide opportunities to get benefits of compiled statically-typed languages?
Update
It is not about real compilers, it is about JavaScript-JavaScript translators, which provide types verification etc, …
Typesafe Javascript
Is there a way to enforce types in JavaScript? I'm thinking of a pre-processor which takes an input file written in ActionScript 3 or Java and converts it to JS.
I do not need a big run-time apparatus, I just need …