AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is Rust a Commodity Tool?
Porting Rust is easier than porting like C or C++ for other platforms. I think that's another reason why we picked Rust, because it gives us the speed of systems language but let's us compile to whatever target we want. And everything above GPUI is pretty platform agnostic. Like, we should be able to let Rust take care of the compilation to other targets,. Yeah, so the only bit that we would need to like, port is the rendering code which uses specific platform APIs.