Remix.run Logo
hk1337 6 hours ago

Why not just run C inside of Python?

saghm 6 hours ago | parent | next [-]

For the same reasons someone might prefer Rust to C in general; safety, ergonomics, etc. If you want to write C in Python, nothing is stopping you.

the__alchemist 6 hours ago | parent | prev | next [-]

You can do that too. I generally prefer rust as it's a nice lang to work with.

m00dy 6 hours ago | parent [-]

yeah, Rust is eating C/C++...

simonw 6 hours ago | parent | prev [-]

Because you want to use other existing libraries that are written in Rust.