More like: "This shows us how desirable it is to try and circumvent writing JavaScript, despite how important the Web is."
I'm not saying JavaScript is good or bad. Just saying that there is certainly a strong desire to not write it, as evidenced by this long list of transpile languages.
That's the glass-half-empty look at it. I look at it the opposite: it's rather easy to write a web application in any language you want. Unlike the native platforms (especially on mobile). In fact, the web community puts a lot of effort into making it easy for you to use an altjs language.
My main gripe isn't Javascript (though I agree, argh), it's the DOM. So yeah, I could choose to write X instead of Javascript, but I still have the most painful of the pain points to deal with.
What's wrong with the DOM? I feel like jQuery abstracts away most of the pain. Do you mean the API itself, or in the abstract sense of laying out web apps like documents?
I'm not saying JavaScript is good or bad. Just saying that there is certainly a strong desire to not write it, as evidenced by this long list of transpile languages.