10
votes
9answers
849 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 …
