←back to thread

PHP 8.5

(stitcher.io)
201 points brentroose | 2 comments | | HN request time: 0s | source
Show context
f311a ◴[] No.45990126[source]
PHP becomes a complex language with each update. For what reason? Its application is still limited to the web, mostly.
replies(4): >>45990206 #>>45990222 #>>45990339 #>>45990423 #
Xenoamorphous ◴[] No.45990222[source]
The web is not getting any simpler.
replies(2): >>45990527 #>>45991551 #
1. f311a ◴[] No.45991551[source]
I don't see how making a language more complex can help with that. Complex languages makes sense for system programming where you want to squeeze some performance.
replies(1): >>45994507 #
2. array_key_first ◴[] No.45994507[source]
Making a language more complex often leads to simpler code. Keeping a language too simple often forces overly complex code.