Hacker News new | ask | show | jobs
by bluejekyll 3397 days ago
Yes. And I recently did an experiment at work using corrode on some existing software, with some decent results. I was able to easily translate one source file to Rust, and then link that into the existing make based build.

I've also experimented with just FFI for similar integration, with similar ease.

The point is, even with large code bases in C, you can start to migrate and stop feeding the beast.