C Is Best (2025)
sqlite.org
C Is Best (2025)
1–10 of 574 posts
Re: C Is Best (2025)
#2Re: C Is Best (2025)
#3Re: C Is Best (2025)
#4Plain and simple C is, by far, one of the current _LESS WORSE_ performant alternatives which can be used, actually, from low level to large applications.
C syntax is already waaaaay to rich and complex (and ISO is a bit too much pushing feature creep over 5/10 years cycles).
Re: C Is Best (2025)
#5The only language that would make sense for a partial/progressive migration is zig, in huge part due to its compatibility with C. It's not mentioned in the article though.
Re: C Is Best (2025)
#6Re: C Is Best (2025)
#7Linus also brought this up: https://lkml.org/lkml/2021/4/14/1099
Re: C Is Best (2025)
#8https://turso.tech/blog/introducing-limbo-a-complete-rewrite...
Re: C Is Best (2025)
#9> Rust needs a mechanism to recover gracefully from OOM errors. Linus also brought this up: https://lkml.org/lkml/2021/4/14/1099
Re: C Is Best (2025)
#10I also think it's important to have really solid understandings (which can take a few decades I imagine) to understand the bounds of what Rust is good at. For example, I personally think it's unclear how good Rust can be for GUI applications.