Raku (programming language): Difference between revisions

Content deleted Content added
JAnDbot (talk | contribs)
m robot Adding: cs:Perl 6
Notifying of internal link to section Syntactic simplification from Ellipsis
Line 143:
In ''Apocalypse 5'', Larry Wall enumerated 20 problems with "current regex culture". Among these were that Perl's regexes were "too compact and 'cute'", had "too much reliance on too few metacharacters", "little support for named captures", "little support for grammars", and "poor integration with [the] 'real' language".<ref>{{cite web | url=http://dev.perl.org/perl6/doc/design/apo/A05.html | title=Apocalypse 5: Pattern Matching | author=Wall, Larry | date=[[2002-06-04]] }}</ref>
 
=== Syntactic simplification ===<!-- This section is linked from [[Ellipsis]] -->
Some Perl 5 constructs have been changed in Perl 6, optimized for different syntactic cues for the most common cases. For example, the parentheses (round [[bracket]]s) required in [[control flow]] constructs in Perl 5 are now optional:<ref>{{cite web | url=http://dev.perl.org/perl6/doc/design/syn/S04.html | title=Synopsis 4: Blocks and Statements | author=Wall, Larry | date=[[2004-08-19]] }}</ref>