• @[email protected]
      link
      fedilink
      English
      33 days ago

      Agreed. Just the idea of finally replacing JS with something only to be another of those “dynamic” languages makes me want to puke.

      • @[email protected]
        link
        fedilink
        English
        33 days ago

        Asking genuinely as someone who knows not much about this subject, is typescript not already an option? Isn’t it just type safe js that gets interpreted as js?

  • @[email protected]
    link
    fedilink
    English
    83 days ago

    This isn’t about replacing javascript, this compiles something that looks a bit like Python to C and then to WASM. Which browsers can run natively these days. But you can do that with any source language if there’s a compiler for it, type safe or not. You can compile Rust to WASM too for example. So nothing’s getting replaced, these are just additional tools for Web developers.

  • @[email protected]
    link
    fedilink
    English
    23 days ago

    I think if the idea is to replace js, it should be a superset language at the interpreter level. I.e. the interpreter can run js, but valid js wouldn’t work with the compiler. It makes it a drop-in replacement without harming legacy

    • Pennomi
      link
      fedilink
      English
      53 days ago

      WebAssembly is the target, not js, I believe.