An Exceptional Change in PHP 7.0
daveyshafik.com
An Exceptional Change in PHP 7.0
1–10 of 53 posts
Re: An Exceptional Change in PHP 7.0
#2Re: An Exceptional Change in PHP 7.0
#3Re: An Exceptional Change in PHP 7.0
#4Out of curiosity, why does PHP use backslashes in throwable names?
Re: An Exceptional Change in PHP 7.0
#5Out of curiosity, why does PHP use backslashes in throwable names?
Re: An Exceptional Change in PHP 7.0
#6I just don't get why, of all the OO systems out there to inspire an engineer, the PHP people picked Java.
Re: An Exceptional Change in PHP 7.0
#7Out of curiosity, why does PHP use backslashes in throwable names?
Re: An Exceptional Change in PHP 7.0
#8I just don't get why, of all the OO systems out there to inspire an engineer, the PHP people picked Java.
PHP is much more of a static language than a dynamic one. Therefore it has more in common with Java/C++ than with Python, Ruby, or JavaScript. It's also a very pragmatic choice for an OO system.
Re: An Exceptional Change in PHP 7.0
#9I just don't get why, of all the OO systems out there to inspire an engineer, the PHP people picked Java.
Re: An Exceptional Change in PHP 7.0
#10Earlier quoted context omitted.
PHP is much more of a static language than a dynamic one. Therefore it has more in common with Java/C++ than with Python, Ruby, or JavaScript. It's also a very pragmatic choice for an OO system.
PHP wasn't always what it is now, that's OPs point. They are where they chose to go. Probably in the search of legitimacy, they chose to follow the most enterprisey language.
Why NOT Java?