Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "splat"; Fix some POD errors and long lines.
  • Loading branch information
sjn committed Aug 4, 2014
1 parent 1839cd7 commit ceebcfa
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions S99-glossary.pod
Expand Up @@ -135,8 +135,8 @@ Back In A Bit. Only L</afk> for a little while.

=head2 blast

"B<Bl>ock, B<A>lternatively B<St>atement". Several constructs in Perl 6 expect either a
single statement, or a block. Thus, a blast:
"B<Bl>ock, B<A>lternatively B<St>atement". Several constructs in Perl 6 expect
either a single statement, or a block. Thus, a blast:

try { dangerous(); functions() };
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Block
Expand Down Expand Up @@ -385,7 +385,8 @@ L</pull request>.

=head2 fossil

Something in a generally current document that is no longer true but which has not yet been fixed by correcting or removing it.
Something in a generally current document that is no longer true but which has
not yet been fixed by correcting or removing it.

=head2 FSVO

Expand Down Expand Up @@ -605,7 +606,7 @@ Let Me Google That For You. L<http://lmgtfy.com/>

=head2 LTA

Less Than Awesome. #xa*~`ñ|Error -37: Operation not completedEgP&*1EW…
Less Than Awesome.

=head2 LTM

Expand Down Expand Up @@ -907,8 +908,8 @@ of code.
=head2 roast

The Perl 6 L<specification tests|/spectest>, which live here: L<https://github.com/perl6/roast/>
Originally developed for L</pugs>, it now serves all Perl 6 implementations. Why roast? It's the
B<r>epository B<o>f B<a>ll B<s>pec B<t>ests.
Originally developed for L</pugs>, it now serves all Perl 6 implementations.
Why roast? It's the B<r>epository B<o>f B<a>ll B<s>pec B<t>ests.

=head2 role

Expand All @@ -918,9 +919,11 @@ Resizable L</PMC> Array.

=head2 RC

1) Release Candidate, a last chance to find terrible bugs or non-portabilities before the actual release.
1) Release Candidate, a last chance to find terrible bugs or non-portabilities
before the actual release.

2) RosettaCode, L<http://rosettacode.org>, a site for comparing snippets from different languages in how they solve various tasks.
2) RosettaCode, L<http://rosettacode.org>, a site for comparing snippets from
different languages in how they solve various tasks.

3) Request Context.

Expand Down Expand Up @@ -978,6 +981,8 @@ A functionality of the MoarVM platform that uses run-time gathered data to
improve commonly used pieces of bytecode. It is much like a JIT Compiler,
except that those usually output machine code rather than bytecode.

=head2 splat

=head2 star

See L</Rakudo *>.
Expand All @@ -995,15 +1000,15 @@ Software Transactional Memory
=head2 Synopsis

The current human-readable description of the Perl 6 language. Still in
development. Much more a community effort than the L</Apocalypse>s
and L</Exegesis|Exegeses> were.
development. Much more a community effort than the L</Apocalypse>s
and L<Exegeses|/Exegesis> were.

=head1 T

=head2 TheDamian

L</IRC> screen name for Damian Conway, writer of the original
L</Exegesis|Exegeses>.
L<Exegeses|/Exegesis>.

=head2 thinko

Expand Down

0 comments on commit ceebcfa

Please sign in to comment.