[go-nuts] Re: What is your favorite Go feature?

2017-06-27 Thread ojucie
The static linked executable is a pretty good feature, for sure. Go has a bunch of ideas that are implemented with great care. My personal favorite is Go support for CSP, or what we use to call "channels and goroutines". The other day I decided to change a little program that consumes a lot of

[go-nuts] Re: What is your favorite Go feature?

2017-06-27 Thread ojucie
Thanks! On Monday, June 26, 2017 at 4:55:27 PM UTC-3, M P r a d e s wrote: > > There was already an extensive survey published this year asking that kind > of question : > > https://blog.golang.org/survey2016-results > > You'll already get more data than you want here. > -- You received this m

[go-nuts] Re: What is your favorite Go feature?

2017-06-27 Thread Igor Maznitsa
I very love its possibility to produce a static linked executable file which can be just sent to customer without words "you should download special SDK with 150 Mb size to start my 2 Mb file" -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

[go-nuts] Re: What is your favorite Go feature?

2017-06-26 Thread prades . marq
There was already an extensive survey published this year asking that kind of question : https://blog.golang.org/survey2016-results You'll already get more data than you want here. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscrib