Earlier quoted context omitted.
An outside opinion... The JavaScript world is so fractured, what would you use? Kotlin, Dart, Elm, CoffeeScript, ClojureScript, Nim...? Which ones will keep going?
In my opinion, there are three big problems with coding for the web in a language that compiles to JS: ) The object models from other languages range from somewhat compatible to totally different. Mapping another language to good JS code is a challenge. ) Debugging and profiling become a hassle. Even with proper sourcemaps, you are just much further away from the native JS runtime. *) Libraries. As soon as you want t…
Just want to point out that asm.js is useful for the same thing. The initial version will be roughly equivalent to asm.js anyway. Just with more consistent optimizations across browsers, faster startup and shorter downloads.