Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is computer code universal (English language)?
Is computer code like html, php, Javascript etc... all just in the english language or is there other version for different languages?
6 Answers
- Gary ELv 61 decade agoFavorite Answer
Translation of any language based (like Visual Basic as opposed to symbol based like C) computer code into any other similarly structured language is relatively simple since it basically just requires replacing the limited set of reserved or syntax words with words from the new language.
Visual Basic and Html have alternate language versions. Even languages like C and C++ have manuals written in other languages.
So while English may be the dominate language for computer programming in the "Western World" it is by no means universal and in the entire world may not be dominate now and could, over the coming years, lose much or all of any dominance it has.
But not to worry, it will probably be a very long time before there aren't any English versions of most major computer languages. And if that day should come soon, it will be among the least of our problems.
- 1 decade ago
Computer code is universal because there is only one correct syntax method, boolean logic, and its only correct if it compiles without error!
I have translated code written in languages I didn't know into english; it sucked but I did it.
With a great deal of effort you could unobfuscate any code.
- Daniel BLv 71 decade ago
Yes, computer languages are universal, the computer language key words are not translated when used in other written languages.
- FudgeLv 51 decade ago
as far as u mean the mainstream programming languages , then only English versions r there ( no French PHP or Spanish Java ) ; I hope that was the answer :)
- How do you think about the answers? You can sign in to vote the answer.
- Anonymous1 decade ago
Javascript, for example, is in javascript, not in English. You can use any natural (human)language for the labels. there's no difference between a function named nichtGut and one named notGood.
- Anonymous1 decade ago
All the same