|
|
|
|
|
by Xeoncross
3417 days ago
|
|
I've been writing PHP for over 10 years. 1) PHP is slow, uses too much memory. (I wrote the MicroMVC framework and IOSQL) 2) Makes concurrent (and especially parallel) computing hard (file locking and pcntl_fork()) 3) PHP isn't well though-out (like Javascript) so you are always second-guessing the std lib because of odd/short-sighted design choices. I moved to Go and lost nothing. However, PHP is (like Javascript) improving and will probably eventually (like Javascript) get parallel computing right. Where the users are the features are. That is why PHP, Java, and Javascript aren't going anywhere fast. |
|