Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
A translator that takes say C code written in a non-English language and spits out ASCII C (except for variable/function names) ought to be simple.
قلب: a non-ASCII programming language written in Arabic
11–20 of 657 posts
Re: قلب: a non-ASCII programming language written in Arabic
#12Re: قلب: a non-ASCII programming language written in Arabic
#13Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
Here is a piece of code in German VBA for Excel 95: https://de.wikipedia.org/wiki/Visual_Basic_for_Applications?...
Re: قلب: a non-ASCII programming language written in Arabic
#14Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
A translator that takes say C code written in a non-English language and spits out ASCII C (except for variable/function names) ought to be simple.
#define pour for #define ent int etc...
I think these don't really capture the whole idea around creating a programming language in another language, though...
Re: قلب: a non-ASCII programming language written in Arabic
#15Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
Re: قلب: a non-ASCII programming language written in Arabic
#16Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
It's part of the dev environment windev which is totally closed and (at least last time i had to use it) doesn't allow to use any tools like git (sources are encrypted). This and the fact that the whole environment was extremelly bugy (and even the language itself) makes it a real nightmare to work with. That's the only other example of non english programing language I can think of though
Edit: just found this article on wikipedia after writing this. There's quite a few languages:
https://en.m.wikipedia.org/wiki/Non-English-based_programmin...
Re: قلب: a non-ASCII programming language written in Arabic
#17I've always wondered why this is not more common. Is there a reason you can't just have localized keywords in each language that map to the same thing? Chinese JavaScript, etc?
Re: قلب: a non-ASCII programming language written in Arabic
#18Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
I think what mostly kills the appeal is 1) The actual keywords in the language are not that many (<50) and have a technical meaning where knowing English is only of limited help. 2) Much of what we do today uses library of code from others, where either you limit your audience by using non-English function (and/or class) names or you use English function names and hope that everyone will understand them to the necessary degree.
Re: قلب: a non-ASCII programming language written in Arabic
#19Oh, it's just an art project. We haven't yet seen a serious non-English programming language. One would have expected one in Chinese or Japanese by now. There was COBOL in French, once, with French words and word order, but it never caught on, even in Francophone countries.
Re: قلب: a non-ASCII programming language written in Arabic
#20I've always wondered why this is not more common. Is there a reason you can't just have localized keywords in each language that map to the same thing? Chinese JavaScript, etc?
But there are already (joke) projects that do this: