I'm almost certain someone RFCd that for Perl6, although
a quick scan of the RFC list yields nothing. I know for a
fact it was discussed in the language mailing lists.
Actually, there was a whole sub-list working group for the
strict pragma!
Perl6 RFC #16, by Daniel Chetlin makes the argument that
the strict pragma should be left more or less the way it is.
Here is a brief synopsis of his reasoning, which was echoed
in the mailing lists when the scenario of turning strict
on by default was suggested:
=head1 ABSTRACT
Perl5 is usable with no hassle as a quick-and-dirty problem-solver
by default. It is ideal for one-liners, short scripts, and quick
hacks that have no need for extra protection or error-checking. It
is also great for large projects by making use of the C<warnings>
and C<strict> pragmas.
Perl6 should not make the one-liners, short scripts and hacks need
to jump through extra hoops to get the "lax" behaviour which is
default in Perl5; the point of using Perl as a quick-and-dirty tool
is that you don't have to do anything extra.
You can view the RFCs and mailing list archives at
http://dev.perl.org/.
Alakaboo
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|