Live data from Hacker News

Go 1.3 beta 1 released

tip.golang.org

1–10 of 131 posts

Re: Go 1.3 beta 1 released

#8
I'm excited about sync.Pool:

http://tip.golang.org/pkg/sync/#Pool

There are a lot of cases where people write their own version of this (myself included, but also the connections in database/sql for example). It will be great to have an implementation in the standard library. This technique has been very, very useful in StatHat's production code as we have grown.

Re: Go 1.3 beta 1 released

#9
The support for Native Client sounds interesting, but the distinction that it's not portable native client makes me wonder what you might use this for. What would one use the native client support for?

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?

Re: Go 1.3 beta 1 released

#10
post #9

The support for Native Client sounds interesting, but the distinction that it's not portable native client makes me wonder what you might use this for. What would one use the native client support for? 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?

[deleted]
Post reply on HN