On 7/15/2019 7:43 AM, Adrien Ricocotam wrote:
Oh ok !
I tried with some unicodes (🔥) but it didn't work. So it's only a subset as described in PEPs ?

Correct.

What about extending it ?

The PEP has a rationale about why it works like it does. If you want to extend it, you should be prepared to address the issues in the PEP. Your proposal would need to become a PEP itself.

Eric


Le lun. 15 juil. 2019 à 13:41, Chris Angelico <ros...@gmail.com <mailto:ros...@gmail.com>> a écrit :

    On Mon, Jul 15, 2019 at 9:37 PM Adrien Ricocotam
    <ricoco...@gmail.com <mailto:ricoco...@gmail.com>> 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! Just make sure you're using Python 3.x.

    ChrisA
    _______________________________________________
    Python-ideas mailing list -- python-ideas@python.org
    <mailto:python-ideas@python.org>
    To unsubscribe send an email to python-ideas-le...@python.org
    <mailto: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/Z5DDNCHOK3PVK276RGNJ5IXZIUWU2RG3/
    Code of Conduct: http://python.org/psf/codeofconduct/


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

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

Reply via email to