[go-nuts] CfP Go Devroom FOSDEM 2018

2017-10-09 Thread Francesc Campoy Flores
Hi gophers, The Go community has been represented at FOSDEM every year since 2014, and 2018 will not be an exception! This time the Go devroom got a full (large!) room on Saturday February 3rd and we are now looking for speakers. The format will be 30 minutes talk with

RE: [go-nuts] Latest Tiobe Ranking

2017-10-09 Thread John Souvestre
You could mention to your colleagues that if they scroll down on the Tiobe page they will find Go listed in their Hall of Fame as the "Programming Language of the Year" for 2009 and 2016. I second Ian's recommendation of Redmonk and IEEE - if you must reference any such lists. John John

Re: [go-nuts] when to use Sync pool

2017-10-09 Thread Val
Good point, thank you Bryan. Also note that assigning a func value to p.New seems standard for the use case "if nil, then create one" (I don't know the perf implications). Cheers Val -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

Re: [go-nuts] Latest Tiobe Ranking

2017-10-09 Thread John Roth
On Monday, October 9, 2017 at 12:13:43 PM UTC-6, snmed wrote: > > Hi Ian > > Thank you for your elaboration. I won't choose a language because of such > index, but I'm trying to convince my colleagues of the benefits of go and > therefore no matter how funny such indexes are, it isn't useful

Re: [go-nuts] Latest Tiobe Ranking

2017-10-09 Thread snmed
Hi Ian Thank you for your elaboration. I won't choose a language because of such index, but I'm trying to convince my colleagues of the benefits of go and therefore no matter how funny such indexes are, it isn't useful as well. I'm always looking for success stories about using go from other

Re: [go-nuts] Latest Tiobe Ranking

2017-10-09 Thread Ian Lance Taylor
On Mon, Oct 9, 2017 at 10:41 AM, snmed wrote: > > I've seen the latest Tiobe Index https://www.tiobe.com/tiobe-index/ > How could that happen, dropped onto the 20th rank? Has someone a better > source of go's adoption in the wild? The TIOBE index is quite unreliable as

[go-nuts] Latest Tiobe Ranking

2017-10-09 Thread snmed
I've seen the latest Tiobe Index https://www.tiobe.com/tiobe-index/ How could that happen, dropped onto the 20th rank? Has someone a better source of go's adoption in the wild? Cheers -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

Re: [go-nuts] Re: important

2017-10-09 Thread Jan Mercl
On Mon, Oct 9, 2017 at 7:04 PM Francisco Dalla Rosa Soares < dallar...@gmail.com> wrote: > Actually I have the email here from three days ago, so it might have been marked as spam at some inboxes No such message in my spam folder (using inbox.google.com). -- -j -- You received this message

Re: [go-nuts] Re: important

2017-10-09 Thread Francisco Dalla Rosa Soares
Actually I have the email here from three days ago, so it might have been marked as spam at some inboxes 2017/10/10 2:02 "Ian Lance Taylor" : > On Mon, Oct 9, 2017 at 9:54 AM, jimmy frasche > wrote: > > > > I didn't get that email either. > > > > On

Re: [go-nuts] Re: important

2017-10-09 Thread Ian Lance Taylor
On Mon, Oct 9, 2017 at 9:54 AM, jimmy frasche wrote: > > I didn't get that email either. > > On Mon, Oct 9, 2017 at 9:51 AM, Jan Mercl <0xj...@gmail.com> wrote: >> >> On Mon, Oct 9, 2017 at 6:43 PM Ian Lance Taylor wrote: >> >>> Didn't I answer this

Re: [go-nuts] Re: important

2017-10-09 Thread jimmy frasche
I didn't get that email either. On Mon, Oct 9, 2017 at 9:51 AM, Jan Mercl <0xj...@gmail.com> wrote: > > On Mon, Oct 9, 2017 at 6:43 PM Ian Lance Taylor wrote: > >> Didn't I answer this question already? > > Obviously you did, I can see your answer in the web interface, but if

Re: [go-nuts] Re: important

2017-10-09 Thread Jan Mercl
On Mon, Oct 9, 2017 at 6:43 PM Ian Lance Taylor wrote: > Didn't I answer this question already? Obviously you did, I can see your answer in the web interface, but if the OP is using only the mail for communicating with the group, as I do, I must say that your answer never made

Re: [go-nuts] Re: important

2017-10-09 Thread Ian Lance Taylor
On Mon, Oct 9, 2017 at 9:14 AM, 王晚成 wrote: > who can help me? Didn't I answer this question already? https://groups.google.com/d/msg/golang-nuts/EqgSOWSZRIo/Dm7T-OcuAgAJ Ian > 2017年10月8日 上午10:36,"王晚成" 写道: >> >> hello, >> What is the meaning of

Re: [go-nuts] when to use Sync pool

2017-10-09 Thread 'Bryan Mills' via golang-nuts
On Friday, October 6, 2017 at 5:32:06 PM UTC-4, Ian Lance Taylor wrote: > > On Fri, Oct 6, 2017 at 1:23 PM, XXX ZZZ > wrote: > > > > So we are making a platform where we have to use a TON of short lived > > structs, in order to optimize this we intend to use sync pool,

[go-nuts] Re: important

2017-10-09 Thread 王晚成
who can help me? 2017年10月8日 上午10:36,"王晚成" 写道: > hello, > What is the meaning of the mstartfn field inside the M structure under > runtime2.go? > Goroutine is eventually executed by threads, which naturally require the > mstartfn function to obtain G tasks. That's

[go-nuts] Re: [ANN] roger, an app configuration library experiment

2017-10-09 Thread Ivan Fraixedes
Thanks for this library, I also found some of those missing features that you listed in the README. On Monday, 9 October 2017 00:56:32 UTC+2, Alex Buchanan wrote: > > My weekend project for that past couple weeks has been roger: > https://github.com/buchanae/roger > > This is another take on