What Mojo's Optimiser Leaves Out
A first look at the compiler and some learnings about Mojo's design choices
Modular open-sourced Mojo this week – the language that promises the ease-of-use of Python with the performance of C++. That performance has to come from somewhere, and the compiler is where to look for it. So I read the optimiser: which passes it runs, which it pointedly does not, and what that choice suggests about where Mojo goes next.

