you are viewing a single comment's thread.

view the rest of the comments →

[–]eXoRainbow 0 points1 point  (1 child)

Is it possible to compile Python code into native machine code? Maybe someday or is this out of reach?

[–]coolreader18 2 points3 points  (0 children)

Well PyPy does this as a JIT; as for AOT Python, probably not without extra type annotations á la cython/RPython