the javascript splitting proposal (2)
A non-exhaustive list of things where having BigInts at your disposal (as opposed to floats) is really quite helpful and/or necessary:
- Cryptography
- Database development
- Fixed-precision decimals (you know, like working with amounts of money...)
- Parsers and protocol handlers
- Internal state tracking
the javascript splitting proposal (3)
And to be clear, I'm speaking from a position where I think too much stuff has been added to JS that doesn't need to be there. Again, not coincidentally, largely because of Google. I *want* a more restricted set of stuff in the language core.
But *what* this presentation proposes as the things to split off, is extremely telling about what their true intentions are, and I absolutely do not believe that they are good for anyone but Google.