$ python3 -c 'f = (lambda x: x + 0.5 - 0.5); print(f(2**52))' 4503599627370495.5
#python
Just wait till they get rid of GIL!
And get a whole bunch of multi threading horrors...
Well... I'm sorry to tell you... But they're already working on it.
Uh, it'll be like C++ but slow then ...
Post funny things about programming here! (Or just rant about your favourite programming language.)
#python
Just wait till they get rid of GIL!
And get a whole bunch of multi threading horrors...
Well... I'm sorry to tell you... But they're already working on it.
Uh, it'll be like C++ but slow then ...