Luke Palmer <[EMAIL PROTECTED]> writes:
> On 7/26/05, "TSa (Thomas Sandlaß)" <[EMAIL PROTECTED]> wrote:
>> Piers Cawley wrote:
>> > I would like to be able to iterate over all the
>> > objects in the live set.
>>
>> My Idea actually is to embedd that into the namespace syntax.
>> The idea is that
Luke Palmer wrote:
On 7/26/05, "TSa (Thomas Sandlaß)" <[EMAIL PROTECTED]> wrote:
Piers Cawley wrote:
I would like to be able to iterate over all the
objects in the live set.
My Idea actually is to embedd that into the namespace syntax.
The idea is that of looking up non-negativ integer lite
On 7/26/05, "TSa (Thomas Sandlaß)" <[EMAIL PROTECTED]> wrote:
> Piers Cawley wrote:
> > I would like to be able to iterate over all the
> > objects in the live set.
>
> My Idea actually is to embedd that into the namespace syntax.
> The idea is that of looking up non-negativ integer literals
> wit
HaloO Jonathan,
you wrote: (why off-list?)
H, and the current actor/owner is $/ which gives the expanded
method call syntax:
.method # really means: $/.method($_)
You mean $?SELF rather than $/. $/ is now the match object used in
rules.
I would say *for* rules/methods. $?SELF i
Piers Cawley wrote:
I would like to be able to iterate over all the
objects in the live set.
My Idea actually is to embedd that into the namespace syntax.
The idea is that of looking up non-negativ integer literals
with 0 beeing the namespace owner.
for ::Namespace -> $instance
{
if +
"TSa (Thomas Sandlaß)" <[EMAIL PROTECTED]> writes:
> Piers Cawley wrote:
>> Let's say I have a class, call it Foo which has a bunch of attributes, and
>> I've
>> created a few of them. Then, at runtime I do:
>>eval 'class Foo { has $.a_new_attribute is :default<10> }';
>> Assuming I've got th
David~
On 25 Jul 2005 04:02:44 -, David Formosa (aka ? the Platypus)
<[EMAIL PROTECTED]> wrote:
>
> I'm going to hijack this thread to discuss something else.
Speaking for summarizers everywhere. A! Damn you!
Matt
--
"Computer Science is merely the post-Turing Decline of Formal System
I wrote:
class Example
{
my %private_data;
my sub source {...};
has %.data;
has &.blahh = { %.data };
Should read $.blahh, &. would indicate codehood.
# and how about syntactic sugar for this:
has &.blubber from %.data;
Here also $.blubber. Sorry
Piers Cawley wrote:
Let's say I have a class, call it Foo which has a bunch of attributes, and I've
created a few of them. Then, at runtime I do:
eval 'class Foo { has $.a_new_attribute is :default<10> }';
Assuming I've got the syntax right for defaulting an attribute,
I think you need a '
On Sat, 23 Jul 2005 23:01:38 +0100, Piers Cawley <[EMAIL PROTECTED]> wrote:
[...]
> It seems to me, that the way to get at all the instances of a class is to ask
> the Garbage Collector to do the heavy lifting for us, and ideally I'd like to
> see this exposed at the Perl level.
I'm going to hij
Piers Cawley wrote:
Let's say I have a class, call it Foo which has a bunch of attributes, and I've
created a few of them. Then, at runtime I do:
eval 'class Foo { has $.a_new_attribute is :default<10> }';
Assuming I've got the syntax right for defaulting an attribute, and lets assume
I have,
On Sat, 2005-07-23 at 20:41 -0700, Brent 'Dax' Royal-Gordon wrote:
> Piers Cawley <[EMAIL PROTECTED]> wrote:
> > It seems to me, that the way to get at all the instances of a class is to
> > ask
> > the Garbage Collector to do the heavy lifting for us, and ideally I'd like
> > to
> > see this e
Piers Cawley <[EMAIL PROTECTED]> wrote:
> It seems to me, that the way to get at all the instances of a class is to ask
> the Garbage Collector to do the heavy lifting for us, and ideally I'd like to
> see this exposed at the Perl level.
It's entirely possible that Perl will be used on virtual mac
13 matches
Mail list logo