vote up 34 vote down star
11

Something i've always wondered, and I can't find any mention of it anywhere online. When a shop from, say Japan, writes code, would I be able to read it in english? Or do languages, like C, php, anything, have Japanese translations that they write?

I guess what i'm asking is does every single coder in the world know enough english to use the exact same reserved words I do?

Would this code:

If (i < size){
    switch
        case 1:
            print "hi there"
        default:
            print "no, thank you"
} else {
    print "yes, thank you"
}

display the exact same as I'm seeing it right now in english, or would some other non-english-speaking person see the words "if", "switch", "case", "default", "print", and "else" in their native language?

EDIT - yes, this is serious. I didn't know if different localiztions of a language have different keywords. or if there are even different localizations at all.

flag
show 9 more comments

33 Answers

prev 1 2
vote up 0 vote down

Code with APL and you won't ask yourself the question :)

link|flag
vote up -1 vote down

I believe that since most programming languages have been written in English speaking countries they are all in English, so to answer your question yes.

link|flag
2  
@Jeremy Reagan: I don't think so: PHP comes from Sweden/Israel, Python from the Netherlands, Ruby from Japan, Lua from Brazil, Ocaml from France, Erlang from Sweden etc. The world is bigger than you think! – AndrĂ© Nov 16 '08 at 21:58
show 2 more comments
vote up -8 vote down

um is this serious? yes, the keywords are still english.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.