|
|
|
|
|
by dummydummy1234
357 days ago
|
|
My impression is that mojo is not python, there are similarities, but under the hood mojo is much more similar to c++/rust. As part of this it has a stronger type/lifecycle/memory model than python. Maybe you could write, some level of transpiler, but so much of the optimizations rely on things that python does not expose (types), and there are things that python can do that are not supported. |
|