* Michael Mathews <[EMAIL PROTECTED]> [2006-05-25 00:45]: > Is there something in Perl 6 akin to a "use strict" switch that > will apply the straightjacket some projects need, and thus > force typing of all variables. (Then I could have a good > comeback for those damned Java guys.)
It’s called Company Coding Style. Yes, the compiler doesn’t enforce that, but you can check the source itself for type declarations where Style says they should be; this is a different situation from Perl 5, where you have to rely on much softer metrics external to the source. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>