Hacker News new | ask | show | jobs
by _jn 2636 days ago
Can't help being reminded of that talk by Gary Bernhardt: “The Birth & Death of JavaScript”[0] — exploring a hypothetical future where JS takes over everything without (most) anyone using it of their own volition.

0: https://www.destroyallsoftware.com/talks/the-birth-and-death...

1 comments

Except entirely irrelevant as WASM is not Javascript.
Can you show me an example of a WebAssembly app that runs in the browser with JavaScript enabled?
Meant to say with JavaScript disabled.
Sure, though it’s still a web technology taking over an otherwise unrelated space ¯\_(ツ)_/¯
I don't think it's unrelated. Despite the name, WASM isn't really a "web technology" - it's a sandbox technology and a compile-once-run-everywhere technology, and there has always been demand for that outside the web, even before the web existed. It might be that the web is what created enough demand for it to happen in the end, but what do we care?

The problem with JS was never that it's a web technology. It's that it's a bad technology that happened to be in the wrong place at the wrong time to get a first mover advantage.