Hacker News new | ask | show | jobs
by rpedela 3263 days ago
Has there been any progress on supporting 64-bit integers?
2 comments

The BigInt proposal[0] is stage 2, meaning we should see some implementations soon.

[0]: https://github.com/tc39/proposal-bigint

Heck, what about any kind of integers, so we can use bitwise operations without `double -> int -> double` casts?