this post was submitted on 10 Aug 2025
900 points (95.4% liked)

Programmer Humor

26230 readers
1644 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 21 points 1 month ago (2 children)

Give it time. Once Fortran was king.

[–] Ephera@lemmy.ml 12 points 1 month ago

Yeah, in particular, you can write libraries in Rust, which can be used in virtually any other programming language, similar to how you can do in C and C++. And given that not a ton of young kids learn C/C++, there's a chance that the majority of important cross-language libraries (like OpenSSL, SQLite etc.) are written in Rust in a decade or two.

[–] silasmariner@programming.dev 5 points 1 month ago

You're still using BLAS if you really need high-performing matrix calculations tho'