On Sun, Mar 14, 2010 at 11:26 PM, Doug McNutt wrote:
> Anything that can be made into a list is discrete.
Not quite, since you can create lists whose members belong to
continuous sets, e.g. real numbers. Anything that naturally forms a
list, maybe.
> The other option is a function in the sense
Author: lwall
Date: 2010-03-15 18:39:10 +0100 (Mon, 15 Mar 2010)
New Revision: 30092
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] add Z to go with X metaop
note that X and Z desugar to higher-order methods, crosswith and zipwith
speculate about how to zip/cross dwimmily with non-ident
Author: lwall
Date: 2010-03-16 01:14:25 +0100 (Tue, 16 Mar 2010)
New Revision: 30095
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] take conservative approach to differing X or Z metaops for now
Modified: docs/Perl6/Spec/S03-operators.pod
==