Re: [go-nuts] Re: Can Go 2.x (or later) adopt some concurrency safety paradigms from Rust?

2019-03-04 Thread robert engels
I agree wholeheartedly. Use the race detector, and well designed code - much easier to understand and maintain than the equivalent Rust IMO. > On Mar 4, 2019, at 1:49 PM, Manlio Perillo wrote: > > On Monday, March 4, 2019 at 8:06:16 PM UTC+1, Jeff Kayser wrote: > Paradigms of Rust for the Go de

[go-nuts] Re: Can Go 2.x (or later) adopt some concurrency safety paradigms from Rust?

2019-03-04 Thread Manlio Perillo
On Monday, March 4, 2019 at 8:06:16 PM UTC+1, Jeff Kayser wrote: > > Paradigms of Rust for the Go developer > > https://medium.com/@deckarep/paradigms-of-rust-for-the-go-developer-210f67cd6a29 > > I found this article extremely interesting. Concurrency safety appears to > be an area where Rust be