Open soraros opened 1 year ago
This is essential for emoji identifiers
@Mogball I tried very hard NOT to mention emoji identifiers.
You can use backticks to escape any identifier, like
fn `🧠`(`😇🥹`: Int):
print(`😇🥹`)
Is valid. But I agree for Python source compatibility, we should look into unicode identifiers without backticks.
Sure, of course we'll need to support PEP3131
Review Mojo's priorities
What is your request?
Add support for unicode identifiers like in Python 3 (or better, like Swift/Julia).
What is your motivation for this change?
Any other details?
No response