On Mon, Mar 25, 2019 at 7:30 AM Rhodri James <[email protected]> wrote:
> On 25/03/2019 12:01, Jonathan Fine wrote: > > Chris Angelico asked: what does a negative string look like? > > > > This is a very good question. It looks a bit like a negative number. > > They really don't. Negative numbers are well defined in terms of being > the additive inverse of natural numbers. String concatenation doesn't > have a well-defined inverse, as you demonstrated by not actually trying > to define it. It strikes me that following this line of reasoning is at > best a category error. > I assume the whole proposal was a pastiche of the proposal to add a + operator for dictionaries. Jonathan needs to come clean before more people waste their time discussing this. -- --Guido van Rossum (python.org/~guido)
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
