this post was submitted on 21 Jan 2024
10 points (91.7% liked)
Hacker News
4123 readers
3 users here now
This community serves to share top posts on Hacker News with the wider fediverse.
Rules
0. Keep it legal
- Keep it civil and SFW
- Keep it safe for members of marginalised groups
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Exactly.
Also, besides the fact that over this time PHP transformed into a whole different language, most of the concepts the author is dissatisfied with, are just nuances.
There are a few valid points as well.
Overall, if I were to use a scripting language for web development, I would 100% pick PHP, as that's the best suited language for the job. Nowadays, however, I go with Rust because I wanna squeeze out as much performance as I reasonably can.
For single use scripts and smaller tools on my desktop, I used Python in the past, and then I learned Ruby. I'm sticking with Ruby for these use cases.