We have all shared in the observation that all but the most carefully considered operator overloading tends to reduce code readability. There also many programmers that feel that they need it to make there code terse (or perhaps shiny) enough.
I propose adding ! and $ as (normally unimplemented) binary operators and ? as a unary operator so as to explicitly to give people the rope they want but clearly tagged "here there be shenanigans". kcr _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/BFXUX5EDYUZFKIJJLYR3HQ7LYKZYKL4H/ Code of Conduct: http://python.org/psf/codeofconduct/