Are there any coding languages that are not in 'English'? [closed]

半城伤御伤魂 提交于 2019-12-08 04:15:56

问题


I speak and write English (and to be honest no other language), and I noticed that most coding languages like Python, Java, and JavaScript use mostly English words. For example:

print("Hello World")

'Print' is an English word in the dictionary and kinda makes sense for someone who has not coded before (i.e. to print/show something).

Are there programming languages that uses words from languages that aren't English?


回答1:


Yep, there are quite a few of them actually.

Some of them include

ARLOGO - An open-source Arabic programming language

Changjo - A korean language

Drama - Assembly language built in Dutch.

4th Dimension - Uses French and German keywords.

Linotte - Programming language built in French

For more information, you can visit this site

https://en.wikipedia.org/wiki/Non-English-based_programming_languages



来源:https://stackoverflow.com/questions/34865484/are-there-any-coding-languages-that-are-not-in-english

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!