Hacker News new | ask | show | jobs
by account42 355 days ago
And those are not programming languages, or at least not the C programming language which only needs a very limited character set.
1 comments

C does allow for limited unicode in identifiers, though you need to use the \u prefix and write the code out. Compilers like clang let it work like C++ and follow TR31, though this is nonstandard.
Yes, these are the relatively recent additions being discussed here. C and C++ managed just fine for ages without them before the committees decided that scoring brownie points with performative changes was more important than security and readability of source files.