• @thedeadwalking4242@lemmy.world
    link
    fedilink
    1411 months ago

    It was made in 10 days, its type system is a mess, its syntactic shit, and there are just better replacements out there that will never see the light of day due to how big its already gotten

    • @DryTomatoes@lemmy.world
      link
      fedilink
      111 months ago

      Coming from other languages I find the async by default thing annoying but I fully understand it’s necessary for web sites to render in real time.

    • Rikudou_Sage
      link
      fedilink
      English
      011 months ago

      Well, use typescript. There’s no excuse to use pure JS nowadays. It doesn’t solve everything, but it for sure solves 95%+ of JS issues.

      Or use WebAssembly, I think it’s usable nowadays?