Why is Golang popular in China?
21–30 of 114 posts
Re: Why is Golang popular in China?
#22> Dave Cheney pointed out on Reddit that he is under the impression that Go is popular in China for its usefulness in writing programs for rooted Android phones. Interesting. It seems Go really is preferred to Java, if given the choice. I hope Google seriously considers making Go the main programming language for Android in the next few years. Other than having to rewrite all the old and new APIs (in parallel with th…
>Go 1.4 is released [0] >10 December 2014 >Today we announce Go 1.4, the fifth major stable release of Go... >The most notable new feature in this release is official support for Android. Using the support in the core and the libraries in the golang.org/x/mobile repository, it is now possible to write simple Android apps using only Go code. At this stage, the support libraries are _still nascent_ and _under heavy dev…
And besides, there was already some Android integration even before Google announced it.
Re: Why is Golang popular in China?
#23Re: Why is Golang popular in China?
#24Re: Why is Golang popular in China?
#25Could it be because golang supports unicode identifiers? For non-native English speakers, it must be more difficult to program in ASCII-based languages, right?
While using in Chinese in comments might be very common, I rarely seem people using non-English identifier in actual code. If such behavior being caught on sight, I am pretty sure it will be flawed upon and be treated as evidence of being unprofessional.
Re: Why is Golang popular in China?
#26It could be that 'golang' is not popular enough for statistical comparisons to be insightful. For a chuckle, look up 'golang' on Google Trends and then add the second term 'perl'.
http://www.google.com/trends/explore#q=%2Fm%2F09gbxjr%2C%20%...
Re: Why is Golang popular in China?
#27Re: Why is Golang popular in China?
#28Re: Why is Golang popular in China?
#29Re: Why is Golang popular in China?
#30Earlier quoted context omitted.
Translated: "The article doesn't explain why, only that it is." So laowushi, why do you think it is?
可能是因为:一是Google在中国开发者心中的地位。二是Golang的语法与C有一定渊源,并且简单、面向对象。中国计算机专业学生的入门语言一般是C。三是Golang的库专业、强大。