Jump to content

Non-English-based programming languages

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Alejandrocaro35 (talk | contribs) at 01:54, 5 May 2016 (→‎Based on non-English languages). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Non-English-based programming languages are computer programming languages that, unlike better-known programming languages, do not use keywords taken from, or inspired by, the English vocabulary.

Prevalence of English-based programming languages

There has been an overwhelming trend in programming languages to use the English language to inspire the choice of keywords and code libraries. According to the HOPL online database of languages,[1] out of the 8500+ programming languages recorded, roughly 2400 of them were developed in the United States, 600 in the United Kingdom, 160 in Canada, and 75 in Australia.

In other words, over a third of all programming languages were developed in a country with English as the primary language. This does not take into account the usage share of each language, situations where a language was developed in a non-English-speaking country but used English to appeal to an international audience (see the case of Python from the Netherlands, or Ruby from Japan, or Lua from Brazil), and situations where it was based on another language which used English (see the case of Caml, developed in France but using English keywords).

International programming languages

ALGOL 68's standard was published in numerous languages, and the standard allowed the internationalisation of the programming language itself.

On December 20, 1968, the "Final Report" (MR 101) was adopted by the Working Group, then subsequently approved by the General Assembly of UNESCO's IFIP for publication. Translations of the standard were made for Russian, German, French, Bulgarian, and then later Japanese. The standard was made available in Braille. ALGOL 68 went on to become the GOST/ГОСТ-27974-88 standard in the Soviet Union.

  • GOST 27974-88 Programming language ALGOL 68 - Язык программирования АЛГОЛ 68[2]
  • GOST 27975-88 Programming language ALGOL 68 extended - Язык программирования АЛГОЛ 68 расширенный[3]

In English, Algol68's reverent case statement reads case ~ in ~ out ~ esac. In Cyrillic, this reads выб ~ в ~ либо ~ быв.

Based on non-English languages

Languages based on symbols instead of keywords

Modifiable parser syntax

  • Babylscript – A multilingual version of JavaScript which uses multiple tokenizers to support localized keywords in different languages and which allows objects and functions to have different names in different languages.
  • Component Pascal – A preprocessor that translates native-language keywords into English in an educational version of the BlackBox Component Builder available as open source from http://www.inr.ac.ru/~info21/software.htm. The translation is controlled via a modifiable vocabulary and supported by modifiable compiler error messages. A complete Russian version is used in education, and it should be possible to accommodate other left-to-right languages (e.g., the Kabardian language has been tried as a proof of concept).
  • HyperTalk – A programming language, which allows translation via custom resources, used in Apple's HyperCard.
  • IronPerunis – An IronPython 2.7 localisation to Lithuanian and Russian.
  • AppleScript – A language which once allowed for different "dialects" including French and Japanese; however, these were removed in later versions.
  • Maude – Completely user-definable syntax and semantics, within the bounds of the ASCII character set.[33]
  • Perl – While Perl's keywords and function names are generally in English, it allows modification of its parser to modify the input language, such as in Damian Conway's Lingua::Romana::Perligata module, which allows programs to be written in Latin or his Lingua::tlhInganHol::yIghun Perl language in Klingon. They do not just change the keywords but also the grammar to match the language.
  • Perunis – Python 2.6 localization to Lithuanian and Russian.
  • Ioke – Ioke is a folding language. It allows you to write highly expressive code that writes code. Examples of same program in Chinese, Danish, Hindi and Spanish

References

  1. ^ In HOPL (History of Programming Languages), advanced search finds languages by country.
  2. ^ "GOST 27974-88 Programming language ALGOL 68 - Язык программирования АЛГОЛ 68" (PDF) (in Russian). GOST. 1988. Retrieved November 15, 2008.
  3. ^ "GOST 27975-88 Programming language ALGOL 68 extended - Язык программирования АЛГОЛ 68 расширенный" (PDF) (in Russian). GOST. 1988. Retrieved November 15, 2008.
  4. ^ "Aheui", Esolang (wiki).
  5. ^ Ammoria, SourceForge.
  6. ^ Analitik, ACM.
  7. ^ primitivorm/latino
  8. ^ ChaScript: Breaking the language barrier using bengali programming system, IEEE.
  9. ^ Chascript.
  10. ^ "Dolittle", EPlang, JP.
  11. ^ Students, UTA.
  12. ^ GPT, DE: Berlios.
  13. ^ Manual GarGar.
  14. ^ GOTO++.
  15. ^ ひまわり-日本語プログラミング言語 (in Japanese), Kujira hand.
  16. ^ Hindi programming language, SKT network.
  17. ^ hForth, Taygeta.
  18. ^ "Squeak", Crew, JP: Keio.
  19. ^ IA eng (PDF).
  20. ^ 日本語プログラミング言語 Mind (in Japanese), JP: Scripts lab.
  21. ^ C/S Entwicklungsumgebung ML4, ML-Software.
  22. ^ Nadesi.
  23. ^ Project Hosting, Google.
  24. ^ "Ook!", Esoteric Programming Languages, DM.
  25. ^ Phoenix, SourceForge.
  26. ^ QLB lang.
  27. ^ Qriollo, Qriollo.
  28. ^ RDR, Utopia T.
  29. ^ "Blazeeboy". Github. Retrieved 2013-08-19. {{cite web}}: |contribution= ignored (help)
  30. ^ Ganesh (PDF), Infitt, 2003.
  31. ^ Windev (in Chinese).
  32. ^ Temkin (August 2015). "Light Pattern: Writing Code with Photographs". Leonardo. doi:10.1162/LEON_a_01091. Retrieved 2015-11-23.
  33. ^ Language Design in Maude, by matthias, 2006/06/05, LShift Ltd.

Sources

External links