Incase it doesn’t show up:

        • Zangoose@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃

          Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don’t think there’s a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I’m not completely sure if I’m remembering that correctly.

    • void_star@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Python has its quirks, but it’s much much cleaner than js or c++, not fair to drag it down with them imo