Article URL: https://bulletproofphp.dev/yes-php-is-worth-using Comments URL: https://news.ycombinator.com/item?id=29260242 Points: 40
Comments: 38
Erstellt
4y
|
18.11.2021, 04:20:06
Melden Sie sich an, um einen Kommentar hinzuzufügen
Andere Beiträge in dieser Gruppe

Article URL: https://arxiv.org/abs/2506.01963
Comments URL: https://news.ycombinator.c
Article URL: https://graydon2.dreamwidth.org/317484.html
Comments URL: http
I was looking for a tiny library to easily transform both 2D & 3D objects with simple mouse / touch controls and a fixed camera, in the browser.
Like a simple 3D editor but without requiring the
A terminal-based web browser in Nim.[1] Has acceptable (YMMV) CSS rendering, some JS support, and inline images (sixel/kitty). It can also use various protocols other than http(s) such as (s)ftp

4y | 16.12.2021, 12:49:21
This is true at least in 2021. PHP is evolving, going with more strict data types (method return types, variable types), lot of new language constructs like implicit constructor parameters, spread operator ... but it is still interpreted language. For small to medium projects (like 10k - 600k LOC) with tens of millions visits per month it could be easily primary language.
Just my 2 cents, better starts with PHP, because you can relatively fast see some results instead of starting new project with RUST / Go / Crystal / Elixir or whatever is currently in hype and you are not sure if selected language have all requirements you need in your project.