On Wed, 21 Feb 2001 16:01:39 -0500, [EMAIL PROTECTED] wrote:

>Has anyone actually used a language which has run-time warnings on by
>default?  Or even know of one?

Actually, it's pretty common. Only, most languages are not as forgiving
as perl, and what is merely a warning in Perl, is a fatal error in those
languages. Trying to read the value of an uninitialized variable, for
example, that's commonly a fatal error. Failing to chdir, is another
example.

So even with warnings on by default, Perl is still pretty mild.

-- 
        Bart.

Reply via email to