Skip to content

Bachmann1234/python-emoji

 
 

Repository files navigation

This is a fork of python that allows arbitrary unicode characters as identifiers.

Why would you do this?
    Don't... it is a bad idea. Python restricts the unicode identifiers based on recommendations by Unicode Consortium
    Chances are using this would lead to very bad code and potentially opens up a new attack vector.

Ok... Why did you do this
    Because it is fun to make code like this: https://gist.github.com/Bachmann1234/a7d7a2fb9a495646df88

https://www.python.org/dev/peps/pep-3131/

http://www.unicode.org/reports/tr36/

It would be possible to *just* allow emoji but as this is not meant to be serious I did the easiest thing

About

Fork of cpython to allow arbitrary unicode as identifiers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.5%
  • C 36.5%
  • Objective-C 3.2%
  • Assembly 1.4%
  • Shell 1.0%
  • TeX 0.8%
  • Other 0.6%