Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add GLR lemma
  • Loading branch information
lizmat committed Sep 12, 2014
1 parent 5757b4c commit 7d07bff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S99-glossary.pod
Expand Up @@ -684,6 +684,12 @@ keyword for the Perl 6 switch L</statement>.

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

=head2 GLR

The Great List Refactor: a refactoring of the reification of lazy lists, so that
lazy evaluation is only done when it is really needed. Expected to provide a
performance benefit of several factors in certain, loop-like situations.

=head2 golf

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

0 comments on commit 7d07bff

Please sign in to comment.