5 ms·
As a data point, when I worked in Japan, most of the code was written in English (variable names included - the language was mostly Java or PHP), with heavy com
by T-R 13y ago
As a data point, when I worked in Japan, most of the code was written in English (variable names included - the language was mostly Java or PHP), with heavy commenting in Japanese. Granted, this may have been swayed from the fact that they often worked with Indian developers, but also, a lot of technical language in Japanese is adopted from English. Popular languages there are the same as anywhere else - Ruby's creator is Japanese, and a high school student I know there was being subjected to COBOL.
There is a Japanese programming language, Mind, which is a stack language written entirely in Japanese, though I don't think it ever gained popularity. It's kind of sad there hasn't been more exploration into this - there's a lot less impedance mismatch in going from Japanese (or Korean) to postfix than there is going from English to prefix.
http://en.wikipedia.org/wiki/Non-English-based_programming_languages http://en.wikipedia.org/wiki/Non-English-based_programming_l...
- lcedp 13y agoI find English much more suitable for naming programming "objects" then Cyrillic languages. I think it's due to the lack of case system, tendency to short wording and even ability to short these already short words further. I wonder would it be simple to name program "things" in Japanese?