问题
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