Re: Perl 6 and Set Theory

2002-12-08 Thread Luke Palmer
> Date: Sun, 08 Dec 2002 19:10:30 +1100 > From: Damian Conway <[EMAIL PROTECTED]> > > There are actually four types of junction: > > conjunction: all(@elements) > disjunction: any(@elements) > abjunction:one(@elements) > injunction: none(@elements) Oh yeah... >

Re: Perl 6 and Set Theory

2002-12-08 Thread Damian Conway
Luke Palmer wrote about: =head1 Perl 6 and Set Theory This document will introduce a new way of thinking about some Perl 6 constructs. In addition, it proposes some minor changes that would help this way of thinking be more consistent. These changes may make Perl 6 a better language in

Perl 6 and Set Theory

2002-12-06 Thread Luke Palmer
=head1 Perl 6 and Set Theory This document will introduce a new way of thinking about some Perl 6 constructs. In addition, it proposes some minor changes that would help this way of thinking be more consistent. These changes may make Perl 6 a better language in general, as a side effect. Even