[Python-ideas] Should Python have user-defined constants?

INADA Naoki songofacandy at gmail.com
Tue Nov 21 02:38:14 EST 2017


I'm -1.

I feel Python is complex language already.
And I don't want make it more complicate.
INADA Naoki  <songofacandy at gmail.com>


On Tue, Nov 21, 2017 at 3:33 PM, Saeed Baig <saeedbaig616 at icloud.com> wrote:
> Hey guys I am thinking of perhaps writing a PEP to introduce user-defined
> constants to Python. Something along the lines of Swift’s “let” syntax (e.g.
> “let pi = 3.14”).
>
> Do you guys think it would be a good idea? Why or why not? Do you think
> there’s a better way to do it? I’d like to know what others think about this
> idea before making any formal submission (I’ve already posted this same
> question on python-list, but I just wanted to gauge opinion here too).
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>


More information about the Python-ideas mailing list