Non-English-based programming languages
en.wikipedia.org
Non-English-based programming languages
1–10 of 20 posts
Re: Non-English-based programming languages
#2Re: Non-English-based programming languages
#3Given the prevalence of subject-object-verb order in non-English languages, I'm mildly surprised there aren't more RPN or Forth-like languages in this list.
But I don't see the prevalence of subject-object-verb. At least western languages are mostly subject-verb-object. Are you talking about eastern ones?
Re: Non-English-based programming languages
#4Given the prevalence of subject-object-verb order in non-English languages, I'm mildly surprised there aren't more RPN or Forth-like languages in this list.
People just don't like RPN for some reason (habit maybe?). It's a mathematical preference, with little apparent feedback from the spoken language. But I don't see the prevalence of subject-object-verb. At least western languages are mostly subject-verb-object. Are you talking about eastern ones?
[0] https://en.wikipedia.org/wiki/Subject%E2%80%93object%E2%80%9...
Re: Non-English-based programming languages
#5Re: Non-English-based programming languages
#6Earlier quoted context omitted.
People just don't like RPN for some reason (habit maybe?). It's a mathematical preference, with little apparent feedback from the spoken language. But I don't see the prevalence of subject-object-verb. At least western languages are mostly subject-verb-object. Are you talking about eastern ones?
SOV languages are the most numerous at 45% incidence[0], and include some big western ones, like Latin. [0] https://en.wikipedia.org/wiki/Subject%E2%80%93object%E2%80%9...
Re: Non-English-based programming languages
#7Given the prevalence of subject-object-verb order in non-English languages, I'm mildly surprised there aren't more RPN or Forth-like languages in this list.
Re: Non-English-based programming languages
#81. https://code.google.com/archive/p/grass-mud-horse/
2. https://en.wikipedia.org/wiki/Grass_Mud_Horse
3. https://en.wikipedia.org/wiki/List_of_Internet_phenomena_in_...
4. http://zqcoder.qiniucdn.com/data/20120914162548/index.html
Re: Non-English-based programming languages
#9Given the prevalence of subject-object-verb order in non-English languages, I'm mildly surprised there aren't more RPN or Forth-like languages in this list.
Though, on the other hand, for object-oriented languages in general, I often wish people new to them knew Japanese, because the "." operator (field-access, method lookup/calling) is kind of hard to explain in terms of English grammar, but in Japanese, you can just tell students to pronounce it as a の and they immediately get it.