|
|
|
|
|
by melodyogonna
73 days ago
|
|
Python has a performance problem. Most people may not need it, but many people do. Languages like Rust and Go are heavily adopted by Python programmers either trying to understand low-level concepts or looking for something more performant. And this is before we talk about the real selling point, which is enabling portable heterogenous compute. |
|
py2many can compile static python to mojo, apart from rust and golang.
Is it comprehensive? No. But it's deterministic. In the age of LLMs, with sufficient GPU you can either:
The way mojo solves it is by stuffing two languages into one. There are two ways to write a function for example.I don't think the cost imposed by a transpiler is worse. In fact, it gets better over time. As the transpiler improves, you stop thinking about the generated code.