<https://citrine-lang.org/> seems like this'll lea...
# thinking-together
x
https://citrine-lang.org/ seems like this'll lead to an interesting discussion. Not sure about
Citrine does not support comments, forcing authors to write self-documenting code.
i
Python docstrings are smirking at this :D
g
I'd be curious if writing code in your native language is a net plus or net minus. Plus, use words you like and are used to. Minus, 70-90% of the world can't look at your code. If your code looks like this
Copy code
関数 距離(頂点ー、頂点二){
 返す 平方根(足す(二乗(頂点ー)二乗(頂点二)))
}
Only people in your own language can read it. People not in that language can't even type it . If you ask for help you can only get that help from a much smaller set of people. Also what do you do about libraries? Do you need a localized version of every library just so you can keep everything in your language? Of course I say this as a "privileged" English speaker. I have no idea what I would feel like using all these languages that are generally based in English if I wasn't fluent in English. Also, I don't know about China or Korea but as an example when non-ASCII domain names became possible lots of people in Japan though kanji based domain names would take off. They didn't though. It's been 15+ years since it was possible but almost no companies use them.