由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 读了1-2小时的Go评论
相关主题
关于Go请问java应该看什么书
go channel和clojure core.async哪个好C++的并行架构库是如何实现内存回收?
大牛们比较下 Node, Go, ScalaNode 完胜 Ruby呀
how many ways in C++ to release a mutex?求推荐multithreading编程的书
这个go的吐槽很客观core java里有跟C++ std::async类似的东西吗?
C++11使用感受及一些问题来看用什么来把nodejs给干死掉
C#转C++可行否?c++11 std thread类 怎么样,大家用过么
C++ timer class for multithreads?干了一辈子C++的程序员也要跳FP了?
相关话题的讨论汇总
话题: go话题: google话题: python话题: them话题: java
进入Programming版参与讨论
1 (共1页)
G**Y
发帖数: 33224
1
Go不是scripting language吧。这根Python就不搭界了呀。
Go的样子确实更像C/Java一下。
p*****2
发帖数: 21240
2
Go融入了script的特点,号称解决了python的性能,但是生产力并没有降。
p*****2
发帖数: 21240
3
还有就是最先想替换C++,没有成功,又想替换Java,又失败了,最后就拿Python开刀
了。
p*****2
发帖数: 21240
4
大公司很多都是政治任务。
p*****2
发帖数: 21240
5
Larry Page has already killed many useless projects at Google after he took
over CEO. He should put Go on his list of projects to cut next. This is
oxymoron. It doesn’t solve any problem except Barb Darrow learned static
typing!
Larry Page should know by now why Google failed miserably in social space by
funding these type of morons to keep themselves busy by building useless
thing and using Google name to market it.

【在 G**Y 的大作中提到】
: Go不是scripting language吧。这根Python就不搭界了呀。
: Go的样子确实更像C/Java一下。

G**Y
发帖数: 33224
6
看了看tutorial,就是一个改良版的C,居然还有指针,数组还要malloc,真是70年代
呀!作为学习工具还是不错的。
第一印象,又是一个充满了ego的语言:
类型定义在后面,
不让用括号,
不管有多少reasons behind,都是跟现在程序员们过不去呀。
你一个编译的语言,搞这么怪异,严格的语法干啥?
从语言本身来讲,比C/Java就是丰富了一些数据类型。
据说exception handling很变态。不过这东西我也不常用(eh。。。)
后面讲到concurrency,我就没看了。估计还是为了web准备的。

took
by

【在 p*****2 的大作中提到】
: Larry Page has already killed many useless projects at Google after he took
: over CEO. He should put Go on his list of projects to cut next. This is
: oxymoron. It doesn’t solve any problem except Barb Darrow learned static
: typing!
: Larry Page should know by now why Google failed miserably in social space by
: funding these type of morons to keep themselves busy by building useless
: thing and using Google name to market it.

G**Y
发帖数: 33224
7
this guy summarizes GO well
http://www.darkcoding.net/software/go-lang-after-four-months/
"This is what I think the recipe for Go looked like:
Go back to the 70s / 80s and find a bunch of great programmers. Say, Ken
Thompson, Rob Pike, people like that. Marinate them in Bell Labs for 30
years, during which time they code in C, keep developing Unix, invent Plan 9
, UTF-8, and other wonderful things.
Take them out, seduce them with Python, wow them with Google-scale computing
. Add more amazing programmers (Brad Fitzpatrick for example), stir in
Google’s near-unlimited resources.
Ask them how they would do C now, if they could start from scratch."

took
by

【在 p*****2 的大作中提到】
: Larry Page has already killed many useless projects at Google after he took
: over CEO. He should put Go on his list of projects to cut next. This is
: oxymoron. It doesn’t solve any problem except Barb Darrow learned static
: typing!
: Larry Page should know by now why Google failed miserably in social space by
: funding these type of morons to keep themselves busy by building useless
: thing and using Google name to market it.

l**********n
发帖数: 8443
8
刷ros没?

9
computing

【在 G**Y 的大作中提到】
: this guy summarizes GO well
: http://www.darkcoding.net/software/go-lang-after-four-months/
: "This is what I think the recipe for Go looked like:
: Go back to the 70s / 80s and find a bunch of great programmers. Say, Ken
: Thompson, Rob Pike, people like that. Marinate them in Bell Labs for 30
: years, during which time they code in C, keep developing Unix, invent Plan 9
: , UTF-8, and other wonderful things.
: Take them out, seduce them with Python, wow them with Google-scale computing
: . Add more amazing programmers (Brad Fitzpatrick for example), stir in
: Google’s near-unlimited resources.

p*****2
发帖数: 21240
9
我觉得如果没有concurrency这块 go可以直接进垃圾桶了
concurrency还是有点意思的 可以跟node竞争一下

9
computing

【在 G**Y 的大作中提到】
: this guy summarizes GO well
: http://www.darkcoding.net/software/go-lang-after-four-months/
: "This is what I think the recipe for Go looked like:
: Go back to the 70s / 80s and find a bunch of great programmers. Say, Ken
: Thompson, Rob Pike, people like that. Marinate them in Bell Labs for 30
: years, during which time they code in C, keep developing Unix, invent Plan 9
: , UTF-8, and other wonderful things.
: Take them out, seduce them with Python, wow them with Google-scale computing
: . Add more amazing programmers (Brad Fitzpatrick for example), stir in
: Google’s near-unlimited resources.

g*****g
发帖数: 34805
10
决定性的永远是 ecosystem. Objective C 是个完美的例子。Go暂时没看出什么特别优
势来。
相关主题
C++11使用感受及一些问题请问java应该看什么书
C#转C++可行否?C++的并行架构库是如何实现内存回收?
C++ timer class for multithreads?Node 完胜 Ruby呀
进入Programming版参与讨论
p*****2
发帖数: 21240
11
确实 定位太尴尬了

【在 g*****g 的大作中提到】
: 决定性的永远是 ecosystem. Objective C 是个完美的例子。Go暂时没看出什么特别优
: 势来。

G**Y
发帖数: 33224
12
定位成取代pascal的教学语言,LOL

【在 p*****2 的大作中提到】
: 确实 定位太尴尬了
G**Y
发帖数: 33224
13
哪有时间呀。再说没了RMAH,刷起来没有成就感呀。

【在 l**********n 的大作中提到】
: 刷ros没?
:
: 9
: computing

T***1
发帖数: 445
14
现在哪家大公司用Go?赶紧学了准备投简历去
G**Y
发帖数: 33224
15
Google呀。
他家再不用,不就是搞笑了吗。

【在 T***1 的大作中提到】
: 现在哪家大公司用Go?赶紧学了准备投简历去
G**Y
发帖数: 33224
16
我决定学一学GO,就当是学软件工程了。
里面的很多理念会对其他语言编程也有帮助。当然这些概念可能本来就是从别的语言里
借来的。不过我们业余码工没时间学几十种语言。

【在 g*****g 的大作中提到】
: 决定性的永远是 ecosystem. Objective C 是个完美的例子。Go暂时没看出什么特别优
: 势来。

b*******s
发帖数: 5216
17
这是不可能的

【在 p*****2 的大作中提到】
: Go融入了script的特点,号称解决了python的性能,但是生产力并没有降。
b*******s
发帖数: 5216
18
作者们的目的是better c
但肯定没人理睬

【在 p*****2 的大作中提到】
: 确实 定位太尴尬了
k**********g
发帖数: 989
19

弱问。。。
没看懂

【在 G**Y 的大作中提到】
: 我决定学一学GO,就当是学软件工程了。
: 里面的很多理念会对其他语言编程也有帮助。当然这些概念可能本来就是从别的语言里
: 借来的。不过我们业余码工没时间学几十种语言。

G**Y
发帖数: 33224
20
我的意思研究一下GO的work flow,对我其他projects有帮助

【在 k**********g 的大作中提到】
:
: 弱问。。。
: 没看懂

相关主题
求推荐multithreading编程的书c++11 std thread类 怎么样,大家用过么
core java里有跟C++ std::async类似的东西吗?干了一辈子C++的程序员也要跳FP了?
来看用什么来把nodejs给干死掉这次node把python也给干了
进入Programming版参与讨论
p*****2
发帖数: 21240
21

你说的CSP妈?

【在 G**Y 的大作中提到】
: 我的意思研究一下GO的work flow,对我其他projects有帮助
G**Y
发帖数: 33224
22
哪有那么高深呀
我就是最简单的test/build/run的work flow看懂就行了

【在 p*****2 的大作中提到】
:
: 你说的CSP妈?

p*****2
发帖数: 21240
23

这有啥意思呀?

【在 G**Y 的大作中提到】
: 哪有那么高深呀
: 我就是最简单的test/build/run的work flow看懂就行了

G**Y
发帖数: 33224
24
就是最简单的软件工程那一套呗:unit test/version control/Git等等等等。
R里面这些东西都不是很系统。想看看GO里面怎么搞。

【在 p*****2 的大作中提到】
:
: 这有啥意思呀?

l*********s
发帖数: 5409
25
这些,除了unittest和语言都没啥关系。

【在 G**Y 的大作中提到】
: 就是最简单的软件工程那一套呗:unit test/version control/Git等等等等。
: R里面这些东西都不是很系统。想看看GO里面怎么搞。

G**Y
发帖数: 33224
26
对呀,所以用啥学都无所谓呀。看着GO的docs不错。

【在 l*********s 的大作中提到】
: 这些,除了unittest和语言都没啥关系。
1 (共1页)
进入Programming版参与讨论
相关主题
干了一辈子C++的程序员也要跳FP了?这个go的吐槽很客观
这次node把python也给干了C++11使用感受及一些问题
goLang吸引了很多Ruby/Python程序员C#转C++可行否?
又看了一下goC++ timer class for multithreads?
关于Go请问java应该看什么书
go channel和clojure core.async哪个好C++的并行架构库是如何实现内存回收?
大牛们比较下 Node, Go, ScalaNode 完胜 Ruby呀
how many ways in C++ to release a mutex?求推荐multithreading编程的书
相关话题的讨论汇总
话题: go话题: google话题: python话题: them话题: java