Open skyrpex opened 7 months ago
Hi,
This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
Use Case
BigInt values represent numeric values which are too large to be represented by the number primitive.
It's a basic data type for many kind of application. Additionally, some libraries in the ecosystem require the use of bigints, such as tigerbeetle-node.
Proposed Solution
I'd adopt the JS syntax to manage bigints:
Take a look at JS's BigInt operators and comparisons. Also, the conditionals.
Implementation Notes
JavaScript provides good support for them, so implementing them in Wing should be straightforward.
Component
No response
Community Notes