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

Opensource

6380 readers
162 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
top 3 comments
sorted by: hot top controversial new old
[–] 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!