I'm thinking about starting an OSS project as an alternative to Greenhouse and the likes (applicant tracking software) in written in PHP, as that's my main language at work.
However, I'm a bit relunctant seeing the hate the language gets even though I would use a modern framework like Symfony or API-Platform.
Had they made the right technological choices from beginning, there would be no need for articles such as "Why We’re Sticking with Ruby on Rails at GitLab" in 2022:
I tend to judge the technical foundations of an open-source project by the programming language it is primarily written in.
From my experience, the highest quality implementations these days come either in Rust, Go, Clojure, Python, or TypeScript.
For older and well-established projects, it's usually C, C++, and Java.
I think what's important here, is not only the performance and the design of the programming language, but the entire ecosystem around it.
I am much more likely to rely on an open-source code that itself relies on high quality battle-tested dependencies.