Why you PHP guys should learn Golang
11–20 of 54 posts
Re: Why you PHP guys should learn Golang
#12I don't think that PHP programmers are capable of learning something new. Otherwise they would have left PHP for any other language long time ago.
Re: Why you PHP guys should learn Golang
#13I don't think that PHP programmers are capable of learning something new. Otherwise they would have left PHP for any other language long time ago.
Nah... Even if we supposed that PHP beginners all outgrew it after one year, there are enough people always picking it up that you would still always have PHP programmers, until there was enough of a cultural shift that people stopped picking it up. (Unlikely since PHP's virtues or apparent virtues to newbies are many, and whatever its problems it is still a viable way to build things) Second, even if PHP is a relati…
Re: Why you PHP guys should learn Golang
#14It doesn't seem to me that there is a whole lot of overlap between the virtues or sweet spot of PHP and those of Go. Go is not a particularly hard language for the level it's designed at (though I'm not sure that remembering keywords is really a primary usability concern for any language)... but if you are just trying to slap together a web app and feel intimidated by deploy details and want to use cheap shared hosti…
Re: Why you PHP guys should learn Golang
#15On the other hand, PHP has a huge list of existing resources, libraries and excellent documentation and community.
Look over at the language used by the largest sites on the Internet, and compare the number that use PHP to the number that use Go. Not saying Go can't handle those applications, but obviously PHP was used in scale effectively on many occasions, while Go hasn't proved anything yet.
Re: Why you PHP guys should learn Golang
#16Given the available communities, performance of current JIT and GC systems, tools, libraries and distribution mechanisms.
If they prefer to go VM free, there are commercial native compilers for JVM and MSIL bytecodes.
For those with VM phobia, D, OCaml, SBCL, Haskell, Rust offer native code compilation by default, with 2012 set of language abstractions.
Re: Why you PHP guys should learn Golang
#17I don't think so.
Not to mention the unfounded and insulting assumption that "you PHP guys" are all the "everything looks like nail" kind of people. Methinks the author is projecting too much.
Re: Why you PHP guys should learn Golang
#18I don't think that PHP programmers are capable of learning something new. Otherwise they would have left PHP for any other language long time ago.
Re: Why you PHP guys should learn Golang
#19Oh good yet more comments about why PHP is trash and how your intelligence and social status are dictated by what language you are using. I almost don't click on posts about programming languages any more. Yet here i am, commenting..
Re: Why you PHP guys should learn Golang
#20No offense to the writer, but it seems to me he doesn't really understand web development. In 99.9% of web applications, the bottleneck for scaling is the database and not the language. Web application processes are generally not CPU intensive and are short lived, something PHP handles very nicely. On the other hand, PHP has a huge list of existing resources, libraries and excellent documentation and community. Look…
Go documentation is very good, the standard library is extensive, and it has a very active community, but it does lack certain libraries that web developers might find attractive, e.g. a comprehensive ORM.
Insinuating PHP is better because it's deployed in more places is silly.