Benefits of unicode identifiers (was: Allow additional separator in identifiers)

Chris Angelico rosuav at gmail.com
Sat Nov 25 07:39:27 EST 2017


On Sat, Nov 25, 2017 at 11:33 PM, Rustom Mody <rustompmody at gmail.com> wrote:
> Personally I feel that there should be a law against languages that disallow
> the creation of magic tricks!¡!

I agree. The programming language should also ensure that your program
will terminate eventually, that it is bug-free (this can actually be
done in Python - all you have to do is type-annotate all your
functions to return the correct values), and that it is optimally
implemented.

ChrisA



More information about the Python-list mailing list