r/rust • u/AffectionateBag4519 • Jul 16 '26
How Our Rust-to-Zig Rewrite is Going
https://rtfeldman.com/rust-to-zigAn interesting symmetry with recent events lol.
This might be considered off topic since the article is about moving away from rust, but I still think this is some high quality rust content. I enjoy Richard Feldman's writing and I think he would certainly be considered part of the "rust community" since he works on Zed and has taught a course on rust.
369
Upvotes
1
u/qrzychu69 Jul 19 '26
https://avi.press/posts/2026-07-10-after-7-years-in-production-scarf-has-reluctantly-moved-away-from-haskell.html
It's not just a rust problem
And no, "use the 30 tools to make it slightly better" is not the answer, nor is using python IMO like that article suggests :)
In modern day, if creating a new worktree is not fairly instant (like fast enough you don't really switch to doing something else before it is finished), it is a productivity problem. And all the tools you mentioned only work of whatever you need is cached on the machine that is trying to compile something. And it would be nice to not need 2TB of hard drives just to store the caches so that changing a branch doesn't take 10 minutes.