Hacker News new | ask | show | jobs
by cratermoon 201 days ago
"Another downside is that Fil-C is not compatible with libraries in binary form, it requires a re-compile."

My gut tells me this is only going to work for a relatively small part of the existing C code in production. Recompiling old C with new compiler is fraught with risks.

1 comments

Possible! But fixing this seems easier than re-writing in Rust with reasonable expectation that the software behaves the same?
It depends. There's a lot of code out there old enough that reproducing is effectively lost knowledge. But also, there is some evidence that bugs are more common in new code, so rewriting that is a good idea.