Tagged Questions
7
votes
5answers
461 views
Non-english programming languages [closed]
Is there a definitive listing of programming languages which don't use English for the keywords and statements in the language code?
For example, I know that Russians back in the Cold War were ...
32
votes
12answers
2k views
Case insensitive keywords in a language
We're trying to write a custom scripting language. There has been a suggestion to make the language forgiving by providing case insensitive keywords.
I personally do not like the idea, but there are ...