120
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 Jan 2025
120 points (100.0% liked)
Linux
8785 readers
266 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
Blog post: https://fishshell.com/blog/rustport/
Preach.
make install
is the biggest source of "works on my machine" ever. (obviously exaggerating). You could point me at 99% of all C++ projects that have dependencies and it./configure && make install
wouldn't work on any of my machines. "Oh of course you need to install the dependencies, justsudo apt get
" let me stop you right there, I don't have debian. And with that you're on your own with C/C++ projects.Everything else in that chapter plays a big part in my departure from C++. ~30 years of existence and they have barely learned from their missteps.
Wow. What an amazing job 👏
Anti Commercial-AI license
In case anyone else was wondering what "Rust 5" and "C 6" were, the numbers are footnotes in the blog post.
That's why configure takes 100 arguments, so you can tell it where every single dependency is. I don't miss those days.