Y
Hacker News
new
|
ask
|
show
|
jobs
by
adgjlsfhk1
90 days ago
The biggest thing is BigInt by default. It makes every integer operation require an overflow check.
1 comments
ridiculous_fish
90 days ago
JS (when using ints, which v8 does) is the same in this respect.
link