PHP in 2022
stitcher.io
PHP in 2022
1–10 of 318 posts
Re: PHP in 2022
#2Re: PHP in 2022
#3Won’t be long before php is java
Re: PHP in 2022
#4Won’t be long before php is java
Re: PHP in 2022
#5Re: PHP in 2022
#6Re: PHP in 2022
#7Enums with functions. WTF
Re: PHP in 2022
#8I was mainly solving high performance parallel processing and distributed problems.
There are things like ReactPHP which are an awesome achievement, but still every lib you use needs to be developed for ReactPHP.
After learning about go and goroutines I only find it painful to solve these problems in PHP, even using ReactPHP.
Re: PHP in 2022
#9PHP is not a likable language but it's probably not going away any time soon. Its concept of "one endpoint is one script" is one of its biggest killer features that no other language has been able to deploy in such an accessible manner. Well, Perl and old-style CGI aside, of course.
That, and also the fact that it may be pretty much the only dynamic language in use today with ARC and not a GC. Funny how PHP devs are often unaware of this.
Anyway I wish the language at least evolved faster and we wouldn't wait for 8.0 to have global `const` definitions instead of the archaic `define()` for example.
Re: PHP in 2022
#10I was a php developer for some time two years ago, before switching to go. I was mainly solving high performance parallel processing and distributed problems. There are things like ReactPHP which are an awesome achievement, but still every lib you use needs to be developed for ReactPHP. After learning about go and goroutines I only find it painful to solve these problems in PHP, even using ReactPHP.