Hacker News new | ask | show | jobs
by gpvos 3450 days ago
Yes, but how would you print that infinite sequence of 1s?
1 comments

same as the infinite number of zeros in front of a positive number.
Just trimming 1s would be ambiguous. Is b11 3 or -2? You would have to add a 0 prefix to all positive numbers or some other to negative.
Just prefix a + or - just like you do for base 10.
So then it would not make much of a difference anymore with what Python does. Which was what they wanted to avoid.