Tagged Questions
20
votes
11answers
3k views
Is there a need for a “use strict” Python compiler?
There exist static analysis tools for Python, but compile time checks tend to be diametrically opposed to the run-time binding philosophy that Python embraces. It's possible to wrap the standard ...