Live data from Hacker News

List of languages that compile to JS

github.com

21–30 of 53 posts

Re: List of languages that compile to JS

#21
post #9

This shows us how useful JS really is.

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.

It goes the other way too, see rhino:

https://developer.mozilla.org/en-US/docs/Rhino/Overview

Re: List of languages that compile to JS

#23

Earlier quoted context omitted.

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.

It goes the other way too, see rhino: https://developer.mozilla.org/en-US/docs/Rhino/Overview

[deleted]

Re: List of languages that compile to JS

#24
post #9

This shows us how useful JS really is.

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.

Or, more simply, a good indirect indicator of how desirable a common vm for the web really is.

Re: List of languages that compile to JS

#25

Earlier quoted context omitted.

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.

Or, more simply, a good indirect indicator of how desirable a common vm for the web really is.

That would be a dream come true.

Re: List of languages that compile to JS

#30

Earlier quoted context omitted.

Or, more simply, a good indirect indicator of how desirable a common vm for the web really is.

That would be a dream come true.

Provided it ran the same across browsers.

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.

Post reply on HN