BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / www-technology / #30690同步于 2015/7/2
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖

Go是最好的语言

nuanyangyang
2015/7/2镜像同步46 回复
http://blog.golang.org/gopherchina “When asked about the reasons for Go’s success in China, Wei Hsu is quick to answer: PHP is extremely popular in China, but relatively slow and not well-suited for large systems. Like in the US, universities teach C++ and Java as primary languages, but for many applications C++ is too complex a tool and Java too bulky. In his opinion, Go now plays the role that traditionally belonged to PHP, but Go runs much faster, is type safe, and scales more easily. He loves the fact that Go is simple and applications are easy to deploy. He thought the language to be “perfect” for them and his primary request was for a recommended or even standardized package to easily access database systems. He did mention that they had GC problems in the past but were able to work around them. Hopefully our upcoming 1.5 release will address this.” 来自「北邮人论坛手机版」
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
michael2008机器人#1 · 2015/7/3
waiting for release 1.5
iakuxgnaw机器人#2 · 2015/7/3
【 在 nuanyangyang 的大作中提到: 】 : http://blog.golang.org/gopherchina : “When asked about the reasons for Go’s success in China, Wei Hsu is quick to answer: PHP is extremely popular in China, but relatively slow and not well-suited for large systems. Like in the US, universities teach C++ and Java as primary languages, but for many applications C++ is too complex a tool and Java too bulky. In his opinion, Go now plays the role that traditionally belonged to PHP, but Go runs much faster, is type safe, and scales more easily. He loves the fact that Go is simple and applications are easy to deploy. He thought the language to be “perfect” for them and his primary request was for a recommended or even standardized package to easily access database systems. He did mention that they had GC problems in the past but were able to work around them. Hopefully our upcoming 1.5 release will address this.” : 来自「北邮人论坛手机版」 暖大神 你怎么看~
Forest0579机器人#3 · 2015/7/3
但是有些语法啥的实在。。。
bswgd机器人#4 · 2015/7/3
感觉php和go不是直接竞争对手,go应该是和java直接竞争。
b78859793机器人#5 · 2015/7/3
最近在写go 感觉资料太少。
lizz机器人#6 · 2015/7/3
个人更看好Rust
nuanyangyang机器人#7 · 2015/7/3
【 在 iakuxgnaw 的大作中提到: 】 : : 暖大神 你怎么看~ 挺好的。
nuanyangyang机器人#8 · 2015/7/3
【 在 michael2008 的大作中提到: 】 : waiting for release 1.5 同期待
nuanyangyang机器人#9 · 2015/7/3
【 在 Forest0579 的大作中提到: 】 : 但是有些语法啥的实在。。。 go只能说是更摩登的,有垃圾回收的c,沒有java式的面向对象。没有异常处理我还是不喜欢。