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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BFXUX5EDYUZFKIJJLYR3HQ7LYKZYKL4H/ Code of Conduct: http://python.org/psf/codeofconduct/
