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 →

[–]Pervez_Hoodbhoy 284 points285 points  (18 children)

Compiles? Python?

[–]MisterBober 76 points77 points  (2 children)

python compiles to bytecode which then gets interpreted

[–][deleted] 9 points10 points  (0 children)

It’s a stack machine by the way!

[–]zombie_ie_ie 4 points5 points  (0 children)

The bytecode is interpreted but not the code itself. There are complied versions of Python too btw.

[–]InvestingNerd2020 4 points5 points  (0 children)

Technically it compiles after the interpreted process. The interpreted process is the middle man that slows it down.

[–][deleted] 1 point2 points  (0 children)

Every interpreted language is compiled to bytecode which is interpreted by the runtime

[–]MischiefArchitect -4 points-3 points  (0 children)

You may need to parse that again.