use-strict

Is there a need for a "use strict" Python compiler?

Is there a need for a "use strict" Python compiler? Question: 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 Python interpreter with a static analysis tool to enforce some “use strict“-like constraints, but …

Total answers: 10