• NoSpotOfGround@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        17 days ago

        Except… the compilation step doesn’t add type safety to JS.

        As an aside, type safety hasn’t been something I truly miss in JS, despite how often it’s mentioned.

    • SpaceCowboy@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      If the goal is to not have apps be too large, you probably don’t want to send the full variable and function names and all of the comments over the wire every time someone loads a webpage. That would be a very inefficient use of bandwidth, wouldn’t it?