TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Go: building on the shoulders of giants and stepping on a few toes [video]

87 点作者 davecheney将近 7 年前

4 条评论

_0w8t将近 7 年前
It is interesting that neither the talk nor the questions from the audience rise the question of the error handling.<p>In Go returning an error implies that the caller will need to add 3 lines of the source for each call to propagate the error. This is really ugly. Rust managed to reduce that source overhead down to the single extra ? character while keeping all the benefits of explicit error handling. I wish Go gets something similar.
评论 #17619408 未加载
评论 #17619182 未加载
评论 #17634371 未加载
mseepgood将近 7 年前
Intersting talk. Here are some other talks about the history and origins of Go:<p>Evolution of Go (Griesemer, GopherCon 2015)<p>Video: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0ReKdcpNyQg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0ReKdcpNyQg</a><p>Slides: <a href="https:&#x2F;&#x2F;talks.golang.org&#x2F;2015&#x2F;gophercon-goevolution.slide" rel="nofollow">https:&#x2F;&#x2F;talks.golang.org&#x2F;2015&#x2F;gophercon-goevolution.slide</a><p>Origins of Go Concurrency (Rob Pike, OSCON 2010)<p>Video: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3DtUzH3zoFo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3DtUzH3zoFo</a><p>Slides: <a href="http:&#x2F;&#x2F;go-lang.cat-v.org&#x2F;talks&#x2F;slides&#x2F;emerging-languages-camp-2010.pdf" rel="nofollow">http:&#x2F;&#x2F;go-lang.cat-v.org&#x2F;talks&#x2F;slides&#x2F;emerging-languages-cam...</a>
Davesjoshin将近 7 年前
Presenter has a great sense of humor. For someone who hadn&#x27;t known much about GO, this was a great overview. Thanks
geoka9将近 7 年前
Obligatory, the take on generics: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sX8r6zATHGU&amp;t=50m29s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sX8r6zATHGU&amp;t=50m29s</a>
评论 #17624685 未加载