We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5757b4c commit 7d07bffCopy full SHA for 7d07bff
S99-glossary.pod
@@ -684,6 +684,12 @@ keyword for the Perl 6 switch L</statement>.
684
685
A L</pseudo-scope> for L</interpreter>-wide L</package> L</symbols>, really UNIT::GLOBAL.
686
687
+=head2 GLR
688
+
689
+The Great List Refactor: a refactoring of the reification of lazy lists, so that
690
+lazy evaluation is only done when it is really needed. Expected to provide a
691
+performance benefit of several factors in certain, loop-like situations.
692
693
=head2 golf
694
695
Shortest possible way (least amount of typed characters) to get a program to do
0 commit comments