vote up 6 vote down star

Are there any major languages whose keywords, functions etc. are not in English? Not wrappers or locales, but the original language.

There's no particular reason why they have to be. Learning the syntax of open(arg1, arg2, arg3) is far more important than whether the function is open(), ouvrir() or abrir(). But all the languages I have come across are "in" English.

flag

73% accept rate
I don't have enough rep to unclose this, but: THIS IS NOT A DUPLICATE! Poster is talking about languages designed to be in something other than English. Linked articles are about changing locals of existing English-based languages! They aren't the same. – Cybis Nov 18 '08 at 22:03
Ambrose, if it isn't reopened, I would post it again and let people know why it's not a duplicate. – Cybis Nov 18 '08 at 22:06
agree that this is not exact dupe, this is about natively non english based languages, subtly different, different enough. – seanb Nov 18 '08 at 22:07
I've re-opened it but the difference between the question and links is VERY subtle so it may close again. Link 2 asked if a given lang presents differently in Japanese (answer no); link 1 was how do other-lang developers handle English keywords. – paxdiablo Nov 18 '08 at 22:11
1  
Erlang look, to me, like it's not english.... (ok, thats no help, but....) – Nic Wise Nov 18 '08 at 22:14

12 Answers

vote up 11 vote down check

I Googled "non-english programming language" and look what I found!

link|flag
vote up 0 vote down

I started working on CEDSimply and got side tracked by a scary reading list (I missed out on the compiler and language units in my degree) then I started using Ruby and I'm waiting until my Ruby gurudom kicks in.

Kay Schluehr was inspired to create Teuton by my posting, Python in German.

Then there's chinesepython.

link|flag
vote up 0 vote down

I'll suggest sed, since its operators are all single letters. While many of them could be construed as deriving from the initials of English words ('p' for 'print'; 'd' for 'delete'), several aren't obviously derived from anything related ('s', 'y', 'g', etc.). And yes, sed is a major programming language, though not one that's often used for general purposes.

link|flag
vote up 0 vote down

I know of a particular language called WinDev, where the keywords are in french, although it seems that an englisch version is now available as well

link|flag
vote up 0 vote down

This is not exactly what was asked for, but it changed the C64 interface to German (I believe that includes the BASIC commands etc).

link|flag
vote up 0 vote down

Logo is in German (see the command DRUCKEZEILE, for example, which means printline).

link|flag
vote up 0 vote down

Before this closes again, I'll post one more (which, as it happens, I got from the post linked by @BoltBait who wanted to close this, ironically enough).

http://en.wikipedia.org/wiki/Lexico

Apparently, it's a .NET based OO programming language designed specifically for Spanish-speaking students.

link|flag
vote up 0 vote down

None that I'm aware of. I once had to work on some BASIC code where the comments and strings were in Hebrew (apologies if I offend anyone if Hebrew isn't actually a language - I don't have the inclination to research at 7 in the morning).

It was a mongrel to understand and debug since it was in the days before Babelfish, and it looked quite funny, switching langauages in the middle of code.

Still, I suppose it's no different to my Greek buddies when they fluently alternate between English and Greek on the phone.

link|flag
vote up 0 vote down

Could argue that LOLcode is enough of a perversion of english to not be english, at least my english teachers would say so.

link|flag
vote up 2 vote down

Ook! was designed to be in Orangutan!

link|flag
Some people have too much free time! – paxdiablo Nov 18 '08 at 22:24
+1 for Superfrog avatar! – Kjensen 2 days ago
vote up 4 vote down

APL :) It's not in any spoken language (other than APL)

Also Brainf*ck. Also with no connection to any spoken language

link|flag
Lol! I was about to answer that... Whitespace too... – PhiLho Nov 18 '08 at 22:34
vote up 1 vote down

Duplicate of http://stackoverflow.com/questions/288061/do-there-exist-any-compilers-with-localized-versions-of-programming-languages

and

http://stackoverflow.com/questions/202723/coding-in-other-spoken-languages

link|flag
Bolt - both those articles are about changing the local of an existing language (e.g., keywords in C). OP is about programming languages design, from the ground up, to be in something other than English. – Cybis Nov 18 '08 at 22:04
Both very different questions IMHO – seanb Nov 18 '08 at 22:08
In my second link you should see this response stackoverflow.com/questions/202723/… isn't that exactly what the OP was talking about? – BoltBait Nov 18 '08 at 22:10
Nope - that post is about a localized Spanish C. OP is about a new language designed from the beginning to be non-english. The last comment, talking about Lexico, is more in line with this post. But one comment on a different question isn't enough to mark this one as a duplicate. – Cybis Nov 18 '08 at 22:15
Agreed - those are not directly relevant to this question, though vaguely related. – Jonathan Leffler Nov 18 '08 at 22:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.