cross-posted from: https://lemmy.zip/post/24335357
You must log in or # to comment.
Isn’t it all unicode at the end of the day, so it supports anything unicode supports? Or am I off base?
Yes, but the language/compiler defines which characters are allowed in variable names.
I thought the most mode sane and modern language use the unicode block identification to determine something can be used in valid identifier or not. Like all the ‘numeric’ unicode characters can’t be at the beginning of identifier similar to how it can’t have ‘3var’.
So once your programming language supports unicode, it automatically will support any unicode language that has those particular blocks.




