|
|
|
|
|
by wjsetzer
2132 days ago
|
|
I know you can use emoji as variables in Ruby. Unsure if you can in Python. Imo it's fine to allow Unicode. Latin will still be the de facto standard character set, but it allows international users to code natively and allows for Easter eggs. |
|
The unicode is normalized. That can be used for trickery in rare circumstances. "global" is a keyword, but "𝐠𝐥𝐨𝐛𝐚𝐥" isn't, so you can use that if you absolutely require an attribute called "global".