|
|
|
|
|
by PriNova
1008 days ago
|
|
This is not how you think Mojo works.
If you copy&paste python code into Mojo, you will not benefit from optimizations. You need to refactor your python code into Mojo code to gain compiler efficiency.
But if you look at the refactored code in the end, it is very ugly syntax (this is my personal opinion and might change with the evolution of Mojo) |
|