Acme-MetaSyntactic-Themes

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/oulipo.pm  view on Meta::CPAN

package Acme::MetaSyntactic::oulipo;
use strict;
use Acme::MetaSyntactic::List;
our @ISA     = qw( Acme::MetaSyntactic::List );
our $VERSION = '1.004';
use utf8;

=encoding utf-8

=head1 NAME

Acme::MetaSyntactic::oulipo - The Oulipo theme

=head1 DESCRIPTION

This theme contains the initials of the members of the French literary
group Oulipo, created by Raymond Queneau (RQ) and François Le Lionnais
(FLL) in 1960. These initials are commonly used in place of a member's
full name.

See the official Oulipo web site at L<http://www.oulipo.net/>.

=cut

__PACKAGE__->init(
    { names => join ' ',
        map   join( '', /\b([A-Z])/g ),
        grep  /^[A-Z]/,
        split /\n/, << '=cut' } );

=head2 Members

=over 4

=item *

Noël ARNAUD (1919-2003), founding member.

=item *

Michèle AUDIN (1954-2025), joined in 2009.

=item *

Valérie BEAUDOUIN (1968-), joined in 2003.

=item *

Marcel BÉNABOU (1939-), joined in 1970.

=item *

Jacques BENS (1931-2001), founding member.

=item *

Claude BERGE (1926-2002), founding member.

=item *

Eduardo BERTI (1964-), joined in 2014.

=item *

André BLAVIER (1922-2001), foreign correspondent.

=item *

Paul BRAFFORT (1923-2018), joined in 1961.

=item *

Italo CALVINO (1923-1985), joined in 1974.

=item *

François CARADEC (1924-2008), joined in 1983.

=item *

Bernard CERQUIGLINI (1947-), joined in 1995.

=item *

Ross CHAMBERS (1932-2017), joined in 1961.

=item *



( run in 3.423 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )