Non-English-based programming languages
en.wikipedia.org
Non-English-based programming languages
1–10 of 24 posts
Re: Non-English-based programming languages
#2Re: Non-English-based programming languages
#3In English, even the most stupid thoughts sound right, just because of the language-culture itself.
So, it would certainly be very exciting to have e.g. a perfect programming language, expressing itself in say Arabic or Hebrew; but, on the other side, computers and real intelligence (or: AI and Real Human Intelligence) are so far away from each other, that it really doesn't matter how 'stupid' the programming-language-language is...
Re: Non-English-based programming languages
#4 http://en.wikipedia.org/wiki/Brainfuck
…wow!Re: Non-English-based programming languages
#5Consider Lisp's cons, car, and cdr: these are not part of anyone's natural language yet they survive just fine.
Re: Non-English-based programming languages
#6Re: Non-English-based programming languages
#7The English language is certainly one of the most flexible ones, on the positive side, and one of loosest ones, on the negative side. In English, even the most stupid thoughts sound right, just because of the language-culture itself. So, it would certainly be very exciting to have e.g. a perfect programming language, expressing itself in say Arabic or Hebrew; but, on the other side, computers and real intelligence (o…
Well - that certainly doesn't sound right to me.
Re: Non-English-based programming languages
#8They don't seem to distinguish between the language itself and the API. I'd think for many languages the core keywords wouldn't be too hard to translate... Translating the .NET API would be a bigger call (there seem to be examples of this there).
It's not a a problem for 99% of programmers, so that's the reason most of languages stayed in English without the need of being translated
Re: Non-English-based programming languages
#9Re: Non-English-based programming languages
#10They don't seem to distinguish between the language itself and the API. I'd think for many languages the core keywords wouldn't be too hard to translate... Translating the .NET API would be a bigger call (there seem to be examples of this there).
How many words a non-native-english speaker programmer (like me) has to learn? I bet no more than 30-50. It's not a a problem for 99% of programmers, so that's the reason most of languages stayed in English without the need of being translated
This isn't true for the API though - the API contains a much greater lexicon.