Skip to content

Commit 7d07bff

Browse files
committed
Add GLR lemma
1 parent 5757b4c commit 7d07bff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

S99-glossary.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,12 @@ keyword for the Perl 6 switch L</statement>.
684684

685685
A L</pseudo-scope> for L</interpreter>-wide L</package> L</symbols>, really UNIT::GLOBAL.
686686

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+
687693
=head2 golf
688694

689695
Shortest possible way (least amount of typed characters) to get a program to do

0 commit comments

Comments
 (0)