The best language for a startup is one the founders know the best. Every other discussion will at best make a 1% difference.
Close I think - the best language to use is the one you will have the easiest time hiring good talent for. If you found a startup and all really love and are fluent in COBOL that's great but... good luck when it comes time to hire another employee.
Taking PHP Seriously (2016)
51–60 of 150 posts
Re: Taking PHP Seriously (2016)
#52This was written 4 years ago. Since then, PHP7 and PHP8 have incorporated many of the benefits of HHVM.
Re: Taking PHP Seriously (2016)
#53Re: Taking PHP Seriously (2016)
#54So the entire argument is that PHP is single threaded and each request starts with no state? Am I missing anything else? I’m trying so hard not to rant here, so I just wanted to confirm that those are the only positives he outlines about the language.
IMO it's such a good thing about PHP that I think other stacks should follow that model (I assume ROR does). I think it's a superior model to the long-running application. Unless your company has 0 developers in it who make a memory leak, or make a fatal uncaught exception.
Re: Taking PHP Seriously (2016)
#55Re: Taking PHP Seriously (2016)
#56Somewhat unrelated comment, but the fact that PHP got so good and most people are still not willing to give it a second chance goes to show how hard it is for a language to regain market share after people left for greener pastures.
I guess some of the reasons why some devs would not chose PHP (horrid syntax, std lib mess, stupid error reporting system, language inconsistencies, the very existance of php.ini, overreliance on C extensions for speed ...), haven't changed. As companies move to single page applications backed by javascript and REST API, PHP CGI style classic execution model provides no advantage, when it comes to generating or serving web content.
Re: Taking PHP Seriously (2016)
#57Long live PHP. 15 years of PHP dev work. Games, mobile apps, health care, etc. I have been unemployed for 2 days in 15 years. PHP runs %80 of the internet. Talk to anyone at facebook that wears a suit on friday -- they code PHP (and it seems to scale for them). I think I will be 90 years old hacking on PHP.If you really don't like how the arguments are passed just use an IDE. Or get stuck with real problems like a tr…
Re: Taking PHP Seriously (2016)
#58how's PHP's websocket support? presumably if it's a thread per websocket then they're using something else to serve that?
Re: Taking PHP Seriously (2016)
#59The best language for a startup is one the founders know the best. Every other discussion will at best make a 1% difference.
Re: Taking PHP Seriously (2016)
#60Somewhat unrelated comment, but the fact that PHP got so good and most people are still not willing to give it a second chance goes to show how hard it is for a language to regain market share after people left for greener pastures.
> Somewhat unrelated comment, but the fact that PHP got so good and most people are still not willing to give it a second chance goes to show how hard it is for a language to regain market share after people left for greener pastures. I guess some of the reasons why some devs would not chose PHP (horrid syntax, std lib mess, stupid error reporting system, language inconsistencies, the very existance of php.ini, overr…
I lol'd.
SPAs are a fad. Apps that rely heavily on REST API and browser rendering rank terribly on Google.
Create a SPA and help your customers discover your competitor on the first page of Google.