Hacker News new | ask | show | jobs
by fiedzia 1326 days ago
> Python, for example, has arbitrary precision integers.

In the spirit on nitpicking on edge cases: It does, but quiet often you pass a number to some C library (other than stdlib) and C does not honour this arrangement.

1 comments

Then an exception is generated. Errors do not pass silently in Python.