Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FP
  • Loading branch information
cognominal committed Jan 5, 2015
1 parent 210cb23 commit 197d679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions S99-glossary.pod
Expand Up @@ -644,6 +644,10 @@ L</pull request>.
Something in a generally current document that is no longer true but which has
not yet been fixed by correcting or removing it.

=head2 FP

Short for L</functional programming>

=head2 FSVO

For Some Value Of.
Expand All @@ -659,6 +663,11 @@ as I<todo> (so that a failure of the test will be marked ok, and a pass will
be marked as an exception), or as I<skip> if they cause a L</compile-time> or
L</runtime> exception.

=head2 functional programming

A programming style that mostly or exclusively relies on functions, L</pure> or not.
Perl 6 support functionnal programming but does not force it on you.

=head1 G

=head2 GC
Expand Down

0 comments on commit 197d679

Please sign in to comment.