Hacker News new | ask | show | jobs
by adgjlsfhk1 136 days ago
The biggest thing is BigInt by default. It makes every integer operation require an overflow check.
1 comments

JS (when using ints, which v8 does) is the same in this respect.