I'm curious how this changes if you remove PHP being used for WordPress (where the people using it probably didn't choose it). Do lots of companies still choose PHP for brand new projects? I know Facebook has a dialect they still use, but you don't hear much about it anymore.
PHP is my bread and butter. Yes there are still shops that use it. It doesn't really deserve the bad rap.
Usage statistics of server-side programming languages for websites
21–30 of 284 posts
Re: Usage statistics of server-side programming languages for websites
#22I'm curious how this changes if you remove PHP being used for WordPress (where the people using it probably didn't choose it). Do lots of companies still choose PHP for brand new projects? I know Facebook has a dialect they still use, but you don't hear much about it anymore.
PHP is my bread and butter. Yes there are still shops that use it. It doesn't really deserve the bad rap.
Kids who want to seem cool have moved on to Go and NodeJS, so PHP is mainly left with people who got some experience and mostly know what they are doing, save for those who really just twiddle Wordpress until it sort of appears to do what they want it to do.
I suspect that PHP's ultimate fate is to become another Perl — a quite mature platform with very few people tending to it, obscure, with a community of very expensive veteran programmers.
Re: Usage statistics of server-side programming languages for websites
#23How did Ruby increase that much lately? Also, I'm surprised Python isn't more popular. 1% is (comparatively) tiny for a language that popular.
How would you tell a given page was generated by some Python or Ruby webframework? There aren't any headers these use (like PHP usually does), so you'd have to look for more subtle cues like the name of session cookies or perhaps patterns in the way static files are addressed. The same goes for pretty much everything on that list which isn't PHP or .NET.
Re: Usage statistics of server-side programming languages for websites
#24tons of companies use php, my company uses it even for modern development.
get out of your own bubble dude
Re: Usage statistics of server-side programming languages for websites
#25Most discussions here happen around new/exciting/cool/weird technology. And don't get me wrong, I love those discussions! That's why I come here!
But reality outside of this bubble is people building and maintaining web apps as efficiently as possible and PHP hasn't stopped being very efficient. On the contrary, it's getting better with time.
Interestingly enough, Ruby (my personal interest, here) has been steadily gaining share in that chart year over year, despite not being "cool" anymore.
If you ask me, it's good to have a dose a reality from time to time!
Re: Usage statistics of server-side programming languages for websites
#26How did Ruby increase that much lately? Also, I'm surprised Python isn't more popular. 1% is (comparatively) tiny for a language that popular.
Another point of data could be: https://insights.stackoverflow.com/trends?tags=php%2Cpython%...
Re: Usage statistics of server-side programming languages for websites
#27I'm surprised nobody have linked the infamous "a fractal of bad design" article yet. It's particularly popular with people who have never written a line of PHP in their lives.
Re: Usage statistics of server-side programming languages for websites
#28Re: Usage statistics of server-side programming languages for websites
#29I think this shows how much HN is a bubble in itself. Most discussions here happen around new/exciting/cool/weird technology. And don't get me wrong, I love those discussions! That's why I come here! But reality outside of this bubble is people building and maintaining web apps as efficiently as possible and PHP hasn't stopped being very efficient. On the contrary, it's getting better with time. Interestingly enough,…
Re: Usage statistics of server-side programming languages for websites
#30I wonder if this is because the report includes wordpress web sites.