Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
NonNull478y@linuxer4fun this shows the beauty of Python. When overflowing, it transparently converts the value to a big integer object using a different representation, but still usable the same way.
-
@linuxer4fun lots of languages have unbounded integers though, not just python
-
@linuxer4fun haskell, Java, c#, idris, ocaml, scala, kotlin, d, go, rust, I can go on; all of those are compiled.
Most modern compiled languages support unbounded integers. They're usually called "big int"
Well...
undefined