Hacker News new | ask | show | jobs
by kristianp 1143 days ago
They said "by the runtime", perhaps they mean that the python interpreter should throw errors at compilation time, since its not a classic compiled language.
1 comments

> They said "by the runtime", perhaps they mean that the python interpreter should throw errors at compilation time, since its not a classic compiled language.

Why waste time doing static analysis each time you run the code? If you don't change the code, its not going to change.