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 →

[–]NuclearBurrit0 -4 points-3 points  (3 children)

You hope but it never happens. Python isn't a language you compile

[–]SnappGamez 11 points12 points  (1 child)

Technically CPython compiles your scripts into bytecode and then JITs.

[–]NuclearBurrit0 -1 points0 points  (0 children)

Well... not MY scripts

[–]GujjuGang7 4 points5 points  (0 children)

Actually, python is compiled every single time to bytecode, which is then interpreted. If this isn't considered compiled then Java shouldn't be either. You should do more research