I also find Rust very interesting. For the target of Go, I think it works just fine to use Python for most things and call out to C for performance-critical sections. But I have been annoyed for a long time by how often programs crash on simple errors that should not happen, like null pointers and buffer overflows. I really hope Rust (or something like it) can take off.