Re: [go-nuts] Re: go2go (generics) and function binding

2020-06-03 Thread Sebastien Binet
Ian, ‐‐‐ Original Message ‐‐‐ On Monday, June 1, 2020 5:54 AM, Ian Lance Taylor wrote: > On Sat, May 30, 2020 at 2:32 AM Sebastien Binet d...@sbinet.org wrote: > > > the thing I am trying to solve is, basically, a generic way to: > > > > - pass a function with any number of

Re: [go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread Sebastien Binet
AFAIK, there's no release to speak of. "just" a CL one can try out: - https://go-review.googlesource.com/c/go/+/187317 hth, -s ‐‐‐ Original Message ‐‐‐ On Tuesday, June 2, 2020 10:24 AM, wrote: > I didn't know you can already play around with early access releases of Go2 > including

[go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread Mandolyte
Some info here on how to play with the generics: https://blog.tempus-ex.com/generics-in-go-how-they-work-and-how-to-play-with-them/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it,

[go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread ffm2002
I didn't know you can already play around with early access releases of Go2 including generics. This is awsome! I promised myself to start working with Go once it has generics. Therefore, could someone tell me where to download the latest version of Go2 or tell me where the branch of it

[go-nuts] Re: go2go (generics) and function binding

2020-05-31 Thread Ian Lance Taylor
On Sat, May 30, 2020 at 2:32 AM Sebastien Binet wrote: > > the thing I am trying to solve is, basically, a generic way to: > - pass a function with any number of parameters and a single return value > - "bind" that function to a slice of pointers to values (that will point to, > e.g., values