I believe that's why Web Assembly ( https://webassembly.org/ ) has been created. Eventually we will be able to use any language that can compile to Wasm.
Ask HN: Is anyone else just tired of JavaScript?
11–20 of 47 posts
Re: Ask HN: Is anyone else just tired of JavaScript?
#12It solves the problem of forcing a medium that was originally intended for documents and presenting information(the www) to support rich, interactive applications.
The whole html/css/js thing is a giant, ugly kludge, but it's what we're stuck with.
Re: Ask HN: Is anyone else just tired of JavaScript?
#13On the other hand, I've never written anything in Javascript. Maybe I'd have a lower opinion of it if my stack made heavy use of it.
Re: Ask HN: Is anyone else just tired of JavaScript?
#14Re: Ask HN: Is anyone else just tired of JavaScript?
#15I am now rewriting a startup's entire platform from PHP to js for no good reason. They claim they can't find any decent PHP developers and that js developers are easier to come by, yet here I am a PHP developer that has never wrote js outside the browser doing their js work?? Makes no sense.
Re: Ask HN: Is anyone else just tired of JavaScript?
#16I feel the same way(js is fine for tying together a wbepage however). I am now rewriting a startup's entire platform from PHP to js for no good reason. They claim they can't find any decent PHP developers and that js developers are easier to come by, yet here I am a PHP developer that has never wrote js outside the browser doing their js work?? Makes no sense.
Re: Ask HN: Is anyone else just tired of JavaScript?
#17No. Quite awake actually. JavaScript opens up a world of possibilities you cannot do with just HTML. It's the current platform of the browser app. If you are happy with static websites, that's great. Most people are not.
Re: Ask HN: Is anyone else just tired of JavaScript?
#18As a small example I would like to have a built-in dropdown/select that I can css it to my needs then to create my own using nested divs or use one made by others that may have corner cases or is not efficient.
I would also like some standard ways to show a modal, basically more standard APIs to be added to address the most needed things.
Re: Ask HN: Is anyone else just tired of JavaScript?
#19I believe that's why Web Assembly ( https://webassembly.org/ ) has been created. Eventually we will be able to use any language that can compile to Wasm.
Right now we can use any language which can be compiled to JavaScript. What will change? Wasm is not faster than JS.
Re: Ask HN: Is anyone else just tired of JavaScript?
#20Personally I'd love to completely ditch JavaScript. I'm eagerly following the progress of WebAssembly. I'm certain in 5 to 10 years the majority of front end dev will not be done in JavaScript.