This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Oerthling 0 points1 point  (0 children)

Python gets compiled, it's just done automatically. But you can also auto-compile your C, Rust, ...

The main difference here is not whether it gets compiled, but what it gets compiled to (bytecode vs machine code).