Israel's neighbors have tried to sweep them into the sea 3 times so far. I'd be pretty twitchy if it was me.
JulianRR
joined 1 year ago
Yikes
I think at some level you can't really get both. The rust compiler is constantly being sped up, but the amount of checking it does simply takes time.
It's the age old adage "The fastest code is the one that doesn't exist". The fastest compilation checks are the ones you don't do.
So. Compile times?
I'm willing to have slower compile times for more stable software.
Jerboa is working great. Thank you!
Yeah. I started as a C++ dev, fell in love with Go, then ended up on Rust.
Felt like a nice middle ground of "It's got the types I need, but it feels good to dev on"
I really did enjoy using go for smaller projects though, would do so again.