Re: [go-nuts] Generics and parentheses

2020-07-18 Thread Kiswono Prayogo
Older thread: https://groups.google.com/u/0/g/golang-nuts/c/zGQq_I5r2jg/m/_LPQDf3BBgAJ And the poll: https://www.surveylegend.com/s/2dwe On Saturday, July 18, 2020 at 11:58:50 p.m. UTC+7 golde...@gmail.com wrote: > Can not agree any more. Compiler's job, it's duty, is to translate the > human re

[go-nuts] Re: [generics] replace ()/(type ) with :[]

2020-06-18 Thread Kiswono Prayogo
Poll https://www.surveylegend.com/s/2dwe -- 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, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the

[go-nuts] [generics] replace ()/(type ) with :[]

2020-06-18 Thread Kiswono Prayogo
Personally () parentheses seems like to be harder to read, too similar with function calls. It would be nicer if we use brackets instead [] like in Nim, since [] only used in array/slice/indexing (index key or empty), which is more readable than () that used in many ways (receiver, parameter,

[go-nuts] Re: [Beginner question] Which language supports more concurrency models: Go or Java?

2017-02-05 Thread Kiswono Prayogo
Fastest concurrent map that I found (and use): github.com/OneOfOne/cmap On Monday, 6 February 2017 11:03:03 UTC+7, yins...@gmail.com wrote: > > Question is in the title. > > I want to learn more about concurrency. So I am looking for a language > that can teach me the greatest number of concurren

[go-nuts] Re: Go @ Work

2016-12-01 Thread Kiswono Prayogo
Hi, if I may ask, what language do your company previously use before switch to Golang? On Saturday, 31 March 2012 00:27:36 UTC+7, hcatlin wrote: > > Just thought I'd stop in and post something saying "hi" to the group. > I work at > Moovweb where we power some of the biggest e-commerce sites'