On Mon, 2002-11-25 at 14:25, Michael Lazzaro wrote:
> (2) The behavior of an explicit bool type, _if_ one exists, that stores
> "truth", not "value". Such that C stores
> true, not 0, and does so in "the most efficient way".
If you don't already know whether it exists, or how it will roughly wo
I'm sorry, but I gotta get back on the
no-global grail trail for at least one
more post.
> The granularity [of currying] can be
> controlled on a sub-by-sub or on a
> class-by-class basis.
If one could do something like this:
{
my $src = 'oldname1';
my $dest = 'newname1';
use FileUt
From: Bryan C. Warnock [mailto:[EMAIL PROTECTED]]
>
> If you don't already know whether it exists, or how it will
> roughly work (lexically), you shouldn't be discussing it on
> p6d. Kicked back to p6l.
[...]
> and again... what's the scope of p6d
p6d exists to document the language. A task whi
On Mon, 2002-11-25 at 14:25, Michael Lazzaro wrote:
> (2) The behavior of an explicit bool type, _if_ one exists,
> that stores "truth", not "value". Such that C = (0 but true)> stores true, not 0, and does so in "the
> most efficient way".
There is no explicit bool type.
Larry Wall wrote:
>
>
On Mon, Nov 25, 2002 at 02:27:36PM -0800, Randal L. Schwartz wrote:
: > "Simon" == Simon Cozens <[EMAIL PROTECTED]> writes:
:
: Simon> What were the good reasons for not allowing localized lexicals in Perl 5?
:
: Nobody could explain it in 50 words or less.
:
: "What the hell is 'local my $f
On Tue, Nov 26, 2002 at 08:52:52AM -0600, Garrett Goebel wrote:
: On Mon, 2002-11-25 at 14:25, Michael Lazzaro wrote:
: > (2) The behavior of an explicit bool type, _if_ one exists,
: > that stores "truth", not "value". Such that C = (0 but true)> stores true, not 0, and does so in "the
: > most
On Mon, Nov 25, 2002 at 07:46:57PM -0500, Bryan C. Warnock wrote:
: Should an explicit bool type be part of the language? If so, how should
: it work? C storing only a truth property but
: no value makes little sense in the context of the larger language. So
: does handling truth as something oth
On Monday, November 25, 2002, at 04:46 PM, Bryan C. Warnock wrote:
On Mon, 2002-11-25 at 14:25, Michael Lazzaro wrote:
(2) The behavior of an explicit bool type, _if_ one exists, that
stores "truth", not "value". Such that C
stores true, not 0, and does so in "the most efficient way".
If yo
On Tuesday, November 26, 2002, at 09:47 AM, Larry Wall wrote:
: > (3) Context. How to determine it, how to force it. Hypothesis:
There
: > is a one-to-one relationship between Type and Context, such that
there
: > is a context that matches every type, and a type that matches every
: > contex
Larry Wall writes:
> Note that the "true" property is not the same as the "true" function.
> This tells me that properties may need their own namespace distinct
> from either subs or classes. (We've talked about defining properties
> as subs or classes, but either way is problematic. If we ha
On Tue, 2002-11-26 at 09:17, Garrett Goebel wrote:
>
> p6d exists to document the language. A task which consists of going over the
> A&E's and Larry's posts to p6l, etc. and flushing them out into
> deliverables:
>
> o Perl6/Parrot regression tests
> o Language Specification derived from tests
On Tue, 2002-11-26 at 13:36, Michael Lazzaro wrote:
> The main difference is that p6-docs is intended to move very narrowly
> from topic to topic, in a roughly predetermined order, focusing on each
But not to move faster than the design of the language.
> one until the more dedicated members st
12 matches
Mail list logo