• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Odd question: What language do non-English speaking programmers use?

RaiderJ

Diamond Member
Just got done playing some video games, and I got to thinking, "what language(s) do the Japanese use to program?"

Do other countries use C++? Is stuff translated?
 
Yeah, C++, perl, whatever. Programming languages all seem to be english-based no matter what country they're in. For example if you ever watch Battle Royale you'll notice that when the hacker kid is doing his thing the text is displaying commands in english. Of course all Japanese kids are taught english in school, so who knows.
 
people who program: since its a programming default and all the former code is in english, does this mean programming in the future, almost indefinately will end up in english as well?
 
There aren't many actual English words built into C, really. If, While? For? The rest is your own functions, objects, and variables-- which you can name yourself. Or after yourself
 
Originally posted by: KEV1N
There aren't many actual English words built into C, really. If, While? For? The rest is your own functions, objects, and variables-- which you can name yourself. Or after yourself

Actually I find C to be quite intuitive. It's really hard though so not knowing English makes it all the worse
 
Just imagine if the Chinese came up with a programming language that was all in chinese characters, and wrote top to bottom. We'd all be screwed. 🙁

edit: It would look just like the Matrix. :Q
 
Originally posted by: SagaLore
Just imagine if the Chinese came up with a programming language that was all in chinese characters, and wrote top to bottom. We'd all be screwed. 🙁

edit: It would look just like the Matrix. :Q

haahhaa
 
Originally posted by: SagaLore
Just imagine if the Chinese came up with a programming language that was all in chinese characters, and wrote top to bottom. We'd all be screwed. 🙁

edit: It would look just like the Matrix. :Q

No, it wouldn't. Do you know what the Matrix code really is? It's backwards Katakana characters (Japanese alphabet). This does not look like Kanji (Japanese and Chinese alphabet) in the slightest.
 
I've worked on code from Russian, Spanish, and French programmers before. It's hard to follow because they obviously name variables after words meaningful to them and their language, but other than that there's no difference.
 
The best thing is when you are using libraries written in the UK, and you keep trying to call functions with names like "setColour" and you always spell them wrong...
 
Originally posted by: Descartes
I've worked on code from Russian, Spanish, and French programmers before. It's hard to follow because they obviously name variables after words meaningful to them and their language, but other than that there's no difference.
I have that trouble too. Only with me it is Russian, South African, and Indian. Their comments are always in their native language - that is much harder to follow than their variable names.
 
Originally posted by: Leejai
so much for ze french making ze comback

what a dumb comment

foreign programmers program in "english"
it's not really english anyway if you want to declare a string you declare it with
String sBlah = new String();

this is not reall enlgish if you ask me
the words string and new are but you need to learn that syntax wether you speak english or not
so at the end of the day it doesn't matter if you speak english or not
 
Originally posted by: KEV1N
There aren't many actual English words built into C, really. If, While? For? The rest is your own functions, objects, and variables-- which you can name yourself. Or after yourself

true
most my code looks like this

int iDamiano =0;
String sDamiano = "bonjour";
//allez vous faire enculer

you see being foreign doesn't bother me much
 
Originally posted by: damiano
Originally posted by: Leejai
so much for ze french making ze comback

what a dumb comment

foreign programmers program in "english"
it's not really inglish anyway if you want to declare a string you declare it with
String sBlah = new String();

this is not reall enlgish if you ask me
the words string and new are but you need to learn that syntax wether you speak englsih or not
so at the end of the day it doesn't matter if you speak english or not

Speaking of English.... what was that? 😕 😉 😛
 
Originally posted by: MAME
Originally posted by: SagaLore
Just imagine if the Chinese came up with a programming language that was all in chinese characters, and wrote top to bottom. We'd all be screwed. 🙁

edit: It would look just like the Matrix. :Q

No, it wouldn't. Do you know what the Matrix code really is? It's backwards Katakana characters (Japanese alphabet). This does not look like Kanji (Japanese and Chinese alphabet) in the slightest.
That's ignorance at its best.
 
Originally posted by: Ranger X
Originally posted by: MAME
Originally posted by: SagaLore
Just imagine if the Chinese came up with a programming language that was all in chinese characters, and wrote top to bottom. We'd all be screwed. 🙁

edit: It would look just like the Matrix. :Q

No, it wouldn't. Do you know what the Matrix code really is? It's backwards Katakana characters (Japanese alphabet). This does not look like Kanji (Japanese and Chinese alphabet) in the slightest.
That's ignorance at its best.

On my behalf? How so? 😕
 
Back
Top