Go 1.3 beta 1 released
tip.golang.org
Go 1.3 beta 1 released
1–10 of 131 posts
Re: Go 1.3 beta 1 released
#2Re: Go 1.3 beta 1 released
#3 contains no language changesRe: Go 1.3 beta 1 released
#4generics please? contains no language changes
Re: Go 1.3 beta 1 released
#5Re: Go 1.3 beta 1 released
#6generics please? contains no language changes
Re: Go 1.3 beta 1 released
#7For those wondering, os/fsnotify was pushed back to 1.4
Re: Go 1.3 beta 1 released
#8http://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
#9Could 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
#10The 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?