Need help?
<- Back

Comments (65)

  • DavidPiper
    I love(?) that he absolutely predicted a global disaster between 2020-2025, he just got the wrong type. Which is very JavaScript.
  • eranation
    Surprised no one mentioned this is the guy who brought us this masterpiece. If you haven’t seen it, drop everything and watch it, best 5 minutes of your day guaranteed.https://www.destroyallsoftware.com/talks/wat
  • jdw64
    JS became a compilation target (and it really did), and back then in the video it was asm.js (that's been deprecated, hasn't it?), but then WebAssembly came along... Seeing it actually being implemented and running natively, it seems his prediction was accurate. I mainly use TypeScript myself, and now with Electron, web technologies are wrapped into desktop apps, so web syntax has even entered computer programs. People say Electron is heavy and not great, but it's also the fastest way to support Mac, Windows, and Linux all at once. Sometimes insights like that are surprising.The 'death' being discussed here means that JavaScript becomes the substrate, a state where you don't use it directly, but it's everywhere. And that has truly come to pass.
  • ksec
    Almost everything happened according to the script. Now we are just waiting for another OS fully based on browser technology or WASM OS.webOS and Firefox OS was at least 20 years ahead of its time.
  • satvikpendem
    The problem is Wasm is not improving nearly as fast as predicted here. We don't have DOM manipulation so we will still need JS regardless as glue code, or just eschew HTML and CSS altogether and render everything on a canvas as Flutter and some Rust GUIs do but that's a shame to lose the feature set of the web.
  • oakinnagbe
    Every few years, we invent a better JavaScript. Then we transpile it to JavaScript.
  • checkthisgot
    I think JS, is yet to rise the agents, and using all the next.js components.
  • Surac
    My first contact with js was trying to make a button change its color on mouseover. There was no css back then. I bought a book and was so put off from the syntax that i never looked back to js from that day on. Never regretted my decision
  • j16sdiz
    I skim though it and saw they had something javascript asm.js in kernel.
  • RIshabh235
    We’re past the halfway point of Bernhardt’s 2035 timeline; JavaScript hasn’t died yet, but it’s clearly writing its own eulogy in WebAssembly.
  • marking-time
    "YavaScript" made me smile.
  • anon
    undefined
  • arkadiytehgraet
    Regardless of the content, this is one of my most favourite talks ever, especially in the delivery aspect. It served me as an inspiration for quite some time when I had to present anything to a wide audience.
  • roshiya
    [dead]
  • naveen99
    interpreted languages carry a lot more context than compiled ones. Sandboxed compiled languages don’t have the context baggage, but come with other parts of the brain dead.