Hacker News new | ask | show | jobs
by Hellion 4669 days ago
I know that many programming languages (for example C), have long had tokenizers that are non-English. So the language is the same, the words are different.
2 comments

On a similar note Excel commands are probably the most infuriating thing since I learned programming fro me because they are all in the regional language in my case German and make no sense to me now. (Example IF is WENN in German)

It drives me nuts.

I remember in high school they simply used a header file that redefined the keywords of the language in french.

Something like "#define SI if" #define "TANT_QUE while" etc...