This is at best useless, and at worst harmful. If we start using languages other than English for code, then we'll end up balkanizing the software world. People in humanities departments can talk about things like "Chinese Poetry" and "Continental Philosophy," but in STEM, we should be above that nonsense. I should be able to read code written anywhere in the world and understand what it does. This is the same reason…
قلب: a non-ASCII programming language written in Arabic
311–320 of 657 posts
Re: قلب: a non-ASCII programming language written in Arabic
#312Visual Basic for Applications has localized Versions. Here is an Example in german, so why not in arabic? Funktion VorherigerGeschaeftstag(dt Als Datum) Als Datum Dim wd as integer wd = Wochentag(dt) ' Wochentag liefert 1 für Sonntag, 2 für Montag usw. Prüfe Fall wd Fall 1 ' Auf Sonntag wird Datum vom letzten Freitag zurückgegeben VorherigerGeschaeftstag = dt - 2 Fall 2 ' Auf Montag wird Datum vom letzten Freitag zur…
It's like how every function in Excel is translated as well. `=SUMMEWENNS(…`
Complete nonsense, it makes my eyes bleed.
Re: قلب: a non-ASCII programming language written in Arabic
#313Earlier quoted context omitted.
For science and technology yes - not that long ago you had to learn German in some scientific fields as that was where a lot of the useful work was being done.
Imagine the horror of having to learn another language to access valuable intellectual ressources. I just can't relate.
Re: قلب: a non-ASCII programming language written in Arabic
#314Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
Re: قلب: a non-ASCII programming language written in Arabic
#315Imagine thinking cultural hegemony is good.
For science and technology yes - not that long ago you had to learn German in some scientific fields as that was where a lot of the useful work was being done.
Re: قلب: a non-ASCII programming language written in Arabic
#316Earlier quoted context omitted.
that's certainly funny up to the day where you have to debug a codebase where all the function names and comments are in japanese. Also, I lost so much time searching for issues in badly-localized error messages that I nowadays just set my computers in english even though it's not my main language. It's just more efficient.
Yeah I have seen that. It highlights the one weakness of text based code formats - still prevaling for a good reason. Multiple languages for developers is kind of a fringe case for functionality seen more in importers and fantranslaters.
This is why I program exclusively in Piet
Re: قلب: a non-ASCII programming language written in Arabic
#317Earlier quoted context omitted.
> There's a reason why e.g. air traffic control speaks english no matter the ethnicity (as per the ICAO standard). Yes. The reason is that air traffic control inherently requires people from different regions and languages to communicate quickly in life or death situations. Ease of being an air-traffic controller is not a primary motivating factor, and getting more diverse input isn't really a useful feature. On the…
> Programming in a foreign language is a pretty significant barrier. Not really. I learned programming when I was 14, far before learning English. How many English constructs do you have in a programming language? Func, var, for, if, else, import, etc. You can memorize those in no time, especially if you do that as you learn programming. Documentation and textbooks are a different thing, of course. But I learned prog…
Re: قلب: a non-ASCII programming language written in Arabic
#318This is at best useless, and at worst harmful. If we start using languages other than English for code, then we'll end up balkanizing the software world. People in humanities departments can talk about things like "Chinese Poetry" and "Continental Philosophy," but in STEM, we should be above that nonsense. I should be able to read code written anywhere in the world and understand what it does. This is the same reason…
數字 = 23
運行 = True
假 = False
整數=int
輸入=input
印出=print
while 運行:
猜測 = 整數(輸入('輸入一個數字: '))
if 猜測 == 數字:
印出('恭喜, 你猜對了.')
運行 = 假 # 這會讓循環語句結束
elif 猜測
See:http://reganmian.net/blog/2008/11/21/chinese-python-translat...
Re: قلب: a non-ASCII programming language written in Arabic
#319This is at best useless, and at worst harmful. If we start using languages other than English for code, then we'll end up balkanizing the software world. People in humanities departments can talk about things like "Chinese Poetry" and "Continental Philosophy," but in STEM, we should be above that nonsense. I should be able to read code written anywhere in the world and understand what it does. This is the same reason…
While it’s a good joke, in reality it does not compute. “Learning a new language” as in programming language, sits in the days-to-months range, while “learning a new language” as in Arabic takes months-to-years, so you’re building a much, much deeper chasm for others to cross and contribute, even though the source code remains English-based. You can already see this happening with some open source libraries coming fr…
Re: قلب: a non-ASCII programming language written in Arabic
#320Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.