Thank you for this. Finally a good reason to learn more rust π
Programming
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
How is PHP doing these days? It used to be hugely popular, but seems to have fallen into disregard in a lot of circles. I wonder if PHP being seen as a "easier" language than rust will attract more kbin developers?
Almost everything is easier than rust, except stuff like Elixir or Assembly and stuff...
But rust is just better than the others. Golang is also decent, it's fast (half the speed of rust is still very fast) and much easier to learn.
I find it funny you put Elixir In the same boat as Assembly. It's not that complicated of a language, it just has interesting process mechanics.
I still use PHP extensively for a lot of my projects at work. Itβs my favorite language.
Iβve been experimenting with rewriting one of my UI based reporting tools with Laravel (moving from slim/twig).
The fact kbin uses PHP piqued my interest there but I went with lemmy for my standalone instance anyway because Iβd like to get familiar with Rust.
PHP used to be my main language. When they started adding more advanced type features it interested me. Then I got bitten by the strong typing bug and started teaching myself Haskell. I didn't end up getting very far, but now I strongly prefer strong and static typing.
I don't dislike PHP, even now. If I wanted to use an interpreted language for a web project, I'd probably pick PHP. I sure like it better than Python, Ruby, and JS. I just don't find myself wanting that kind of language anymore though.