I have no idea what compiler changes are necessary...
# language-proposals
b
I have no idea what compiler changes are necessary, but I see no reason why we can’t have fully-Unicode identifiers.

https://i.imgur.com/I7c9RMw.png

g
You can use Unicode, but should use backticks:
Copy code
val `💾id` = "1"
🙇🏼 1
r
Why do you need this?
So, Unicode is allowed in backticks, but slash no?
Copy code
val `application/json` = "application/json"
wtf
b
Thanks, @gildor! @rrader, I would like this because, for my hobby apps, a single emoji can convey many words of information. So,
💾id
to me means
idForSerializationToDisk
.
j
Im glad I don't work on your codebases
2
b
@jkbbwr this is just something I do on code that doesn't leave my PC :P If you see code I wrote, it won't be like this. Still, it's something I like