On 7/15/2019 7:34 AM, Adrien Ricocotam wrote:
Hi all,
What would you think if we could write our code using unicode ?
It would be especially useful for scientific programming (we could use the greek letters), it could also be nice to use emojis for some variables. I don't see any bad consequences (apart from people that would use misleading characters but that's already possible). I don't know how hard it is to do that switch but it feels like it could be nice;

You can use a subset of unicode for identifiers.

See https://www.python.org/dev/peps/pep-3131/ and https://docs.python.org/3/reference/lexical_analysis.html#identifiers

Eric
_______________________________________________
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/SXZID5NL2ILRGQW5WC5VNIBCXDKX3WK6/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to