January 8, 2004
Horse of a Different Colour
Intrepid J2EE nerd Charles Miller is annoyed with Apple's USA-centrism, at least when it comes to spelling.[1] For the record, I've worked for three USA companies that had writers in the UK... and I have to say that I have always taken great pleasure in pointing out to my colleagues across the pond that in this company we're standardized on U.S. English, and by the way, that's "standardized", not "standardised"...
Well, of course I'm kidding. I'm actually very nice when I'm editing.
No, I'm not.
On a related matter, I've always wondered about the Anglo-centrism of computer languages. Consider the case of a non-English-speaking developer who's starting to learn Java. The reserved words ("if", "else", "for", "this", ...) are in English, which almost certainly results in annoying overhead. To make matters worse for our developer, all of the standard packages (and most 3rd-party packages) are in English too. If you speak English, you can often guess what a Java method call does -- for example, HashMap.clear() probably, err, clears a hashmap. But if your sole language was French or Korean, you wouldn't know what "clear" or "hashmap" were unless you had run across those words before (perhaps earlier in your career). In any case, your learning curve for Java or any other high-level language[2] would be steeper than than a native English speaker's. And it would be even worse if you didn't know the character set. Imagine as an English speaker, having to learn to code using Arabic or Japanese Kanji. What a pain that would be.
Of course, there's no reason that you couldn't have a development environment that allows you to code in your native language, and then automagically transforms the source into the associated English source code. That should be pretty straightforward for the basic language keywords and any standard libraries, anyway. I wonder if such a feature exists? Hmmm.
1. Having recently reinstalled my PowerBook's operating system, I can also state for the record that Apple clearly favors Swedes over Norwegians. The Swedish localization files install before the Norwegian files, in blatant disregard for alphabetical order.
2. Except for UNIX shell scripting, which is gibberish in any language.

Posted by Scott Johnson on Jan. 09, 2004 at 12:29 AM [#]
Posted by Evan on Jan. 09, 2004 at 12:38 AM [#]
Posted by Charles Miller on Jan. 09, 2004 at 6:14 AM [#]
Posted by Evan on Jan. 09, 2004 at 10:56 AM [#]
Posted by Kelly Cochran on Jan. 09, 2004 at 2:00 PM [#]
Posted by Tim Buchheim on Jan. 13, 2004 at 7:20 PM [#]
Posted by Evan on Jan. 14, 2004 at 9:24 AM [#]