[Python-ideas] add fluent operator to everything

Bruce Leban bruce at leban.us
Wed Feb 20 13:40:32 EST 2019


On Wed, Feb 20, 2019 at 10:34 AM Jonathan Fine <jfine2358 at gmail.com> wrote:

> There's a problem with introducing ,_ as a new operator.
>

I should have put "new" in scare quotes to be more clear as it's not really
new. As you've observed this is already implemented. For it to work as in
my example you also need to use the "new" _:= operator which requires
Python 3.8.

--- Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190220/025ca522/attachment.html>


More information about the Python-ideas mailing list