TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go 1.3 beta 1 released

199 pointsby curiouslearnabout 11 years ago

15 comments

patrickxbabout 11 years ago
I&#x27;m excited about sync.Pool:<p><a href="http://tip.golang.org/pkg/sync/#Pool" rel="nofollow">http:&#x2F;&#x2F;tip.golang.org&#x2F;pkg&#x2F;sync&#x2F;#Pool</a><p>There are a lot of cases where people write their own version of this (myself included, but also the connections in database&#x2F;sql for example). It will be great to have an implementation in the standard library. This technique has been very, very useful in StatHat&#x27;s production code as we have grown.
评论 #7632204 未加载
评论 #7632511 未加载
thescrewdriverabout 11 years ago
I really wish they&#x27;d add string interpolation to Go. After being able to use s&quot;My name is $name and surname is $surname&quot; in Scala and &quot;My name is #{name} and surname is #{surname}&quot; in Ruby I find working with printf a giant step backwards.
评论 #7633780 未加载
评论 #7633694 未加载
评论 #7633115 未加载
评论 #7633594 未加载
评论 #7634215 未加载
unotiabout 11 years ago
The support for Native Client sounds interesting, but the distinction that it&#x27;s not portable native client makes me wonder what you might use this for. What would one use the native client support for?<p>Could I use it to allow developers to make plugins for a product in Go and C++ in a secure way, instead of using say Lua?
评论 #7631913 未加载
评论 #7631907 未加载
评论 #7633005 未加载
binarycrusaderabout 11 years ago
I&#x27;m not asking for generics, but I really want an equivalent to Python&#x27;s set data type for strings and numbers at the leas built-in. I&#x27;m aware of golang set on GitHub and the gen project as well, but I&#x27;m shocked that Go doesn&#x27;t have an equivalent to the set data type yet.<p>I&#x27;m open to suggestions.
评论 #7632036 未加载
评论 #7632029 未加载
评论 #7633601 未加载
ancardaabout 11 years ago
For those wondering, os&#x2F;fsnotify was pushed back to 1.4
评论 #7631830 未加载
评论 #7632198 未加载
politicianabout 11 years ago
I&#x27;m very happy about the improvements to net&#x2F;http.
评论 #7632436 未加载
pdqabout 11 years ago
Here&#x27;s the Go 1.3 Release Notes:<p><a href="http://tip.golang.org/doc/go1.3" rel="nofollow">http:&#x2F;&#x2F;tip.golang.org&#x2F;doc&#x2F;go1.3</a>
marcosvmabout 11 years ago
It&#x27;s cool to get those news a couple of days before Gophercon. I&#x27;d guess I&#x27;m listening to some announcements there.
nealsabout 11 years ago
How are we on IDE&#x27;s? Last time I tried go (over a year ago) I couldn&#x27;t really find a nice IDE.
评论 #7632877 未加载
评论 #7632948 未加载
评论 #7632515 未加载
评论 #7633267 未加载
评论 #7632530 未加载
评论 #7634022 未加载
评论 #7635304 未加载
评论 #7633349 未加载
higherpurposeabout 11 years ago
If Go is coming to Native Client, then perhaps it will come to Android, too?
评论 #7633131 未加载
评论 #7632931 未加载
jshenabout 11 years ago
Random question, why would someone use gccgo over the standard go compiler?
评论 #7632007 未加载
评论 #7632201 未加载
giovannibajo1about 11 years ago
Cross compilation of programs using cgo? I thought that was landing in 1.3 as well
评论 #7633137 未加载
dkuralabout 11 years ago
How does performance compare to C++ for this release?
评论 #7632153 未加载
evidencepiabout 11 years ago
&quot;but that the next GCC release, 4.10, will likely have the Go 1.4 version of gccgo.&quot; LOL
obilgicabout 11 years ago
generics please?<p><pre><code> contains no language changes</code></pre>
评论 #7631805 未加载
评论 #7631819 未加载
评论 #7631982 未加载
评论 #7635347 未加载