On 20/04/20 1:36 pm, Steven D'Aprano wrote:
**{alpha, beta, gamma}
**{:alpha, :beta, :gamma}
*, alpha, beta, gamma
**, alpha, beta, gamma
alpha=, beta=, gamma=
although I may have missed some. I'm not seeing "much" difference in
complexity between them, syntax-wise.
To my eyes, the last three are a lot simpler than the first
two. Not just in the number of characters, but in the amount
of mental processing required to figure out what's going on.
Can we at least try to avoid unnecessary hyperbole in describing ideas
we don't like?
I don't think it's hyperbole, I really mean what I said.
And I have reasons for disliking some of those, which I
think I have explained.
--
Greg
_______________________________________________
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/7XTU2VDAQV4KTZVACP7YY22Q54BY7UOP/
Code of Conduct: http://python.org/psf/codeofconduct/