/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
PHP 8.5
(stitcher.io)
201 points
brentroose
| 4 comments |
20 Nov 25 06:07 UTC
|
HN request time: 0.603s
|
source
Show context
f311a
◴[
20 Nov 25 08:00 UTC
]
No.
45990126
[source]
▶
>>45989469 (OP)
#
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
#
1.
Xenoamorphous
◴[
20 Nov 25 08:15 UTC
]
No.
45990222
[source]
▶
>>45990126
#
The web is not getting any simpler.
replies(2):
>>45990527
#
>>45991551
#
ID:
GO
2.
Cthulhu_
◴[
20 Nov 25 08:58 UTC
]
No.
45990527
[source]
▶
>>45990222 (TP)
#
Exactly, I'd even argue that web development (back & front-end) is by far the largest job / industry in software development.
3.
f311a
◴[
20 Nov 25 11:33 UTC
]
No.
45991551
[source]
▶
>>45990222 (TP)
#
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
#
4.
array_key_first
◴[
20 Nov 25 16:35 UTC
]
No.
45994507
[source]
▶
>>45991551
#
Making a language more complex often leads to simpler code. Keeping a language too simple often forces overly complex code.
↑