Citrine: Localized Programming Language
21–30 of 72 posts
Re: Citrine: Localized Programming Language
#22Re: Citrine: Localized Programming Language
#23Besides, the example in my first language is unreadable.
Re: Citrine: Localized Programming Language
#24"Designed to allow every man to write code in his mother tongue" could easily be written as "designed to allow every person write code in the language they are most comfortable with."
Re: Citrine: Localized Programming Language
#25`Object` is translated to `宾语` which means the grammar component object in subject, verb, object, etc.
The `power` operator is translated to `功率` which means A measure of the effectiveness that a force producing a physical effect has over time.
`Ceil` is translated to `细胞` which means Cell ???
:-(
Re: Citrine: Localized Programming Language
#26The Chinese version looks like just bad machine translation. `Object` is translated to `宾语` which means the grammar component object in subject, verb, object, etc . The `power` operator is translated to `功率` which means A measure of the effectiveness that a force producing a physical effect has over time. `Ceil` is translated to `细胞` which means Cell ??? :-(
Sounds right (though OOP treats objects artificially as grammatical subjects, they are the things on which functions operate, and thus more like what would normally be grammatical objects; they are the patients rather than the agents of actions.)
Re: Citrine: Localized Programming Language
#27> designed to allow every man to write code in his mother tongue. Hopefully, by doing so, Citrine will make coding accessible to a wider audience. One day that audience might extend to women.
My thoughts exactly! but it looks like op is Dutch in which language google translation tells me "mens" can mean "person", so hopefully it is just an esl thing
I can't think of a Dutch version of the same sentence that wouldn't make the subject explicitly male (well, there are some archaic versions that would use 'alleman' but I can't think of one that wouldn't sound weird).
Re: Citrine: Localized Programming Language
#28What's odd to me is the page is internationalized. Their explanation: "As a developer, you have to know some English. Nobody is going to change that anytime soon."
Re: Citrine: Localized Programming Language
#29Re: Citrine: Localized Programming Language
#30That way, anyone could check out a version of the code that's localized to their native language, including language primitives, standard library calls, variable names, comments, etc. without fracturing the whole library ecosystem by language boundaries.