|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| | Article: "Apocalypse 3: Operators" by Larry Wall, discusses the design of operators in Perl 6. RFCs covered include data types (lazy lists), operators (multiway comparisons, polymorphic comparisons), adding a print operator, list generation functions, arrays (applying operators element-wise in a list context), backtracking, eliminating the =~ operator and more. | http://dev.perl.org/perl6/doc/design/apo/A03.html
|
|
|
|
|
|
| | Article: "Apocalypse 1: The Ugly, the Bad, and the Good" by Larry Wall. Explains the reasoning behind his series of "Apocalypse" articles which reveal the beginning design of Perl 6. This first article covers RFCs (request for changes) including keeping default Perl free of constraints (e.g., warnings and strict), named operators vs. functions, returning objects from all Perl core functions and making this the last major revision to Perl. Includes code examples. | http://dev.perl.org/perl6/doc/design/apo/A01.html
|
|
|
|
|
|
|
|