Talk:Unicode variable names: Difference between revisions

keyboard entry is important
(keyboard entry is important)
(keyboard entry is important)
Line 18:
:::: The triangle symbol was a good example, but it is not the only problematic symbol. There was a really excellent article on this, but I can't find at the moment. What can you not write, because the source code is limited to ASCII? BTW I am not saying don't use Unicode output on a graphical display, I am just saying that source code should be editable using a traditional ascii based editor, and the symbols should be limited to those that are available on an ascii based keyboard. [[User:Markhobley|Markhobley]] 23:03, 9 July 2011 (UTC)
::::: Actually keyboard entry is important. I haven't got delta keys on my keyboard. To get that triangle, I have to type 5 keys: \u25b3, and this does not
actually produce the triangle visual, but a gives a backslash followed by the hex symbolcode that I typed. [[User:Markhobley|Markhobley]] 23:35, 9 July 2011 (UTC)
 
::::“You just need to speak the language of the of compiler or interpreter.” Isn't it nice that a number of languages are happy to support non-ASCII in identifiers then? People can use (variations on) their own (human) language when communicating with the computer, and it will all be semantically sound too. Moreover, if the language supports them, it'd be a poor implementation of that language that didn't. ;–) –[[User:Dkf|Donal Fellows]] 21:45, 9 July 2011 (UTC)