this post was submitted on 07 Jun 2026
37 points (100.0% liked)

Opensource

6380 readers
100 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



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

GNUtrition has now been rewritten in plain C code to replace the prior version written in Python 2.

Another couple decades later it'll finally be moved to Rust.

[–] Colloidal@programming.dev 2 points 1 month ago (1 children)

I have to ask why on earth they would switch to C. I can only imagine the performance walls they were hitting in such a high computationally bound application, that forced their hand to rewrite the entire code in C of all languages.

[–] Lumisal@lemmy.world 2 points 1 month ago

Well hey at least it wasn't Assembly!