[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-13 Thread Uzondu Enudeme
> > > > they are both not just programming languages but also platforms. They > are almost the same in Windows and Linux. That's why java and php are very > popular in recent days. Having worked with Go for just a little over a year, I would like to add that the Go community in itself has

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-12 Thread peter . aba . zsolt
I'm not going to comment on remarks comparing Go and Java, there are certainly many places where Go is way behind although Go is simply not designed as an "all-terrain vehicle" like Java is. However I will comment on your remark comparing Go and PHP: In 2018 the only reason to use PHP over Go

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-11 Thread Reed Wade
So -- Go's fatal flaw is you can just deploy your code and run it instead of having to first install heaps of libs and config and maybe a jvm first? I'm certain that's not what was meant but that's how this reads. I guess the "I don't use Go" bit is the telling part. It doesn't look complex

Re: [go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-07 Thread Michael Jones
The question of "what does Go learn/take from C++" is subtle. I claim that Go takes everything the authors value in the change from C to C++. On Fri, Apr 6, 2018 at 9:42 PM, T L wrote: > > > On Friday, April 6, 2018 at 11:24:20 PM UTC-4, Hoo Luu wrote: >> >> >> >> 在

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-06 Thread T L
On Friday, April 6, 2018 at 11:24:20 PM UTC-4, Hoo Luu wrote: > > > > 在 2018年4月7日星期六 UTC+8上午12:48:56,Doğan Kurt写道: >> >> >> >> On Thursday, April 5, 2018 at 7:26:19 PM UTC+2, bingj...@gmail.com wrote: >>> >>> Almost 10 years golang appears in the world. 10 years is not a short >>> duration. I

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-06 Thread Henry
I think the OP was unaware of several facts: 1. Go has been moving up and down the top 10 most popular programming languages in various surveys. 2. Java and PHP are implemented using C/C++. The same goes with the networking components of the various operating systems. So to say that

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-06 Thread Hoo Luu
在 2018年4月7日星期六 UTC+8上午12:48:56,Doğan Kurt写道: > > > > On Thursday, April 5, 2018 at 7:26:19 PM UTC+2, bingj...@gmail.com wrote: >> >> Almost 10 years golang appears in the world. 10 years is not a short >> duration. I think if it is not popular until 2020, it will never be popular. >> > > I

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-06 Thread Doğan Kurt
On Thursday, April 5, 2018 at 7:26:19 PM UTC+2, bingj...@gmail.com wrote: > > Almost 10 years golang appears in the world. 10 years is not a short > duration. I think if it is not popular until 2020, it will never be popular. > I think it's already fairly popular. > I find one feather: they

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-06 Thread matthewjuran
> > But it solves the common problem in the IT industry. In my mind the major common problem is solved by computer hardware, not by a new programming language. Ordering machine instructions is doable for significant work. My take is we’re mostly worried about art here besides those doing big

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread T L
On Thursday, April 5, 2018 at 6:32:46 PM UTC-4, matthe...@gmail.com wrote: > > I think if it is not popular until 2020, it will never be popular. > > > I’m not sure popularity is a shared goal in the community; the original > goal is to solve problems at Google. > > Matt > But it solves the

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread Dave Cheney
Indeed. Please do not conflate popularity with ubiquity. Formula one is a very popular sport, but not everyone needs to do 180mph down the straight away for their daily commute. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread matthewjuran
> > I think if it is not popular until 2020, it will never be popular. I’m not sure popularity is a shared goal in the community; the original goal is to solve problems at Google. Matt On Thursday, April 5, 2018 at 12:26:19 PM UTC-5, bingj...@gmail.com wrote: > > Almost 10 years golang

Re: [go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread Tyler Compton
Go does not run in a VM like JVM and CLR languages do, but Go provides a "language as a platform"-like feel by allowing for code that is by and large platform-independent. It is true that executables have to be built for each platform but that has benefits of its own. Java applications require the

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread T L
On Thursday, April 5, 2018 at 1:26:19 PM UTC-4, bingj...@gmail.com wrote: > > Almost 10 years golang appears in the world. 10 years is not a short > duration. I think if it is not popular until 2020, it will never be popular. > > Golang is designed for cloud and internet areas. Really? > > The

[go-nuts] Re: Language is a platform, which golang still does not pay attention to !!!

2018-04-05 Thread 'Eric Johnson' via golang-nuts
I have a different perspective On Thursday, April 5, 2018 at 10:26:19 AM UTC-7, bingj...@gmail.com wrote: > > Almost 10 years golang appears in the world. 10 years is not a short > duration. I think if it is not popular until 2020, it will never be popular. > > Golang is designed for cloud and