compilation

Is it feasible to compile Python to machine code?

Is it feasible to compile Python to machine code? Question: How feasible would it be to compile Python (possibly via an intermediate C representation) into machine code? Presumably it would need to link to a Python runtime library, and any parts of the Python standard library which were Python themselves would need to be compiled …

Total answers: 10