Hacker News new | ask | show | jobs
by bitL 3263 days ago
Heh, maybe JS becomes finally usable just before WebAssembly takes off, rendering it obsolete :-D
2 comments

Wherein a Hackernews suggests an unknown, unpopular technology will replace a known, popular one in short order.
Come on, many people are looking down at JavaScript for a reason - if the new standard allows proper multithreading, it suddenly gets closer to "usable" language as defined by many. But if they had a choice of another language running on top of Web Assembly (or whatever you name the web's VM), I am not sure they would even consider learning JS despite it being finally on par with their favorite language.
JS won't be entirely obsolete. You won't be able to access the DOM from WebAssembly. It will be way easier to make way more performant web apps though.
DOM access is coming to WebAssembly after GC is supported.

https://github.com/WebAssembly/design/blob/master/Web.md

oh, is that all!