←back to thread

123 points jonfelsar | 2 comments | | HN request time: 0.426s | source
1. Glyptodon ◴[] No.45189208[source]
To me PHP is just a weirder Python or Ruby. In some ways I like it more than Python.

But what I've never liked about it is the big ini file. I don't really begrudge there being runtime settings for an interpreted language, but I've always found PHP to have waaaay too many settings, many of which have potentially odd defaults and/or can be asinine footguns by accident.

That said, I can't get myself to love JS no matter how much I use it. On some level not having separate numeric types for floating point and integers just annoys me a lot. It is obviously the interpreted language that benefited most from typing for a reason. I'm sure there's more to why I don't really love, despite using my whole career.

replies(1): >>45198023 #
2. timw4mail ◴[] No.45198023[source]
PHP package management actually works, for one thing :P