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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Go version 1 proposal

100 点作者 roxtar超过 13 年前

7 条评论

hopeless超过 13 年前
The future's looking bright for Go.<p>I've recently been looking at some new languages: Scala, Haskell, Clojure, Node.js etc. Go was the <i>only</i> site to put code samples (live ones at that) on their front page.<p><i>Language/framework creators take note</i>: The first thing I want to see on your site is what the code looks like. How to install it is a distant second (I can look it up once you've convinced me it's worth installing)
评论 #3083631 未加载
评论 #3087396 未加载
chrisfarms超过 13 年前
very happy to hear about the "go" command on the timeline. While I haven't really had much trouble building Makefile this has seemed one of the least elegant parts of development with Go<p>Checkout the usage for ./go so-far here: <a href="http://code.google.com/p/go/source/browse/src/cmd/go/script.txt" rel="nofollow">http://code.google.com/p/go/source/browse/src/cmd/go/script....</a>
评论 #3083591 未加载
masterponomo超过 13 年前
Go 1 is a good idea. I just hope Go 2 is not considered harmful.
评论 #3089218 未加载
评论 #3086677 未加载
DizzyDoo超过 13 年前
"The Go 1 release will be available in source and binary form for at least these platforms: ... Windows (2000 + later): amd64, 386"<p>I develop primarily on a Windows machine, so this is some good news.
评论 #3083629 未加载
Someone超过 13 年前
I have only skimmed the page, but this caught my eye:<p><pre><code> Close is intended as a way for a sender to signal that no more values will be sent. Go 1 will disallow close on receive-only channels. </code></pre> Why, then, would one still call this 'close'? Wouldn't "done", "dontexpectmore" or "sendEndOfData" be better names?
评论 #3083711 未加载
majika超过 13 年前
It's currently quite a pain to get the most-recent Go release installed, and integrated into your development environment. I'd like to see Go v1 be more distribution-friendly. This is the biggest show-stopper for wider Go adoption.<p>I'd also like to see a built-in IDE analogous to Python's IDLE to lower the barrier-to-entry. IDLE is great for education.<p>I also think that Go needs to establish some sort of independent entity for the future development of the language. People need assurance that Go isn't going to go away if Google gets bored with it. Go hasn't crossed that rubicon yet, and this is another big barrier to adoption.
评论 #3084863 未加载
评论 #3083705 未加载
uggedal超过 13 年前
Submitted yesterday: <a href="http://news.ycombinator.com/item?id=3080027" rel="nofollow">http://news.ycombinator.com/item?id=3080027</a>
评论 #3083390 未加载
评论 #3083460 未加载