←back to thread

133 points avan1 | 1 comments | | HN request time: 0s | source
Show context
77pt77 ◴[] No.45079541[source]
The fact that we're still pretending PHP is a valid solution for almost anything after all these years is a joke.

Not only that, but now we have these "frankenstein" solutions with all the interop problems on top of PHP.

Just shows that as a species humans really can't learn.

replies(2): >>45079703 #>>45081483 #
phendrenad2 ◴[] No.45079703[source]
PHP really isn't that different from Ruby or Python these days. But, I can see the perspective where none of those 3 are valid solutions given newer better options like NodeJS and Rust.
replies(2): >>45079843 #>>45085946 #
sneak ◴[] No.45079843[source]
Yeah, I use php colab all of the time to run numpy stuff on gpus, I learned about it in my php data science class in university.

They’re basically equivalent now.

replies(2): >>45080199 #>>45083948 #
1. phendrenad2 ◴[] No.45080199{3}[source]
You're right, there is one area where Python has an advantage over PHP, but it has nothing to do with the language, really, and more to do with tools people have built to transform the language for other purposes. So it's sort of like saying Python and Ruby are completely different because Rails exists for one and not the other.