[Python-ideas] Python 4: Concatenation

Victor Stinner victor.stinner at gmail.com
Fri Jun 30 07:33:38 EDT 2017


2017-06-30 1:33 GMT+02:00 Soni L. <fakedme+py at gmail.com>:
> Step 3. add decimal concatenation operator for numbers: 2 cat 3 == 23, 22
> cat 33 = 2233, etc. if you need bitwise concatenation, you're already in
> bitwise "hack" land so do it yourself. (no idea why bitwise is considered
> hacky as I use it all the time, but oh well)

I *never* needed "2 cat 3 == 23". Strange operator :-)

Victor


More information about the Python-ideas mailing list