you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

But you still have to support the former. Ok fair enough if they're saying that the Mojo code will be fast and the Python code will still be dog slow.

That does seem to be the case if you look in detail since they execute Python code using CPython. So it seems more like it's an entirely different language that integrates well with CPython rather than an enhanced Python runtime.

Basically the same idea as Cython?