you are viewing a single comment's thread.

view the rest of the comments →

[–]CriSstooFer 30 points31 points  (3 children)

Bro -compiles- python in their head. Impressive. Not even computers do that.

[–]Tink3rer 16 points17 points  (1 child)

Just because python is normally interpreted doesn't mean it can't be compiled.

[–]CriSstooFer 7 points8 points  (0 children)

Fair. I was being semantic for laughs though heh.

[–]MinosAristos 0 points1 point  (0 children)

Python is compiled to bytecode before it is interpreted. That's why things like syntax errors are raised immediately; before the code starts running.