The Mojo language is finally available in a 1.0 release. It’s billed as “write like Python, run like C++”, and it offers compatibility with the Python ecosystem along with many memory safety metaphors borrowed freely from Rust. Here’s what it looks like to work with a simple program written in Mojo, that also interoperates with the Python world.