Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PDD 15: Objects
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dan Sugalski  
View profile  
 More options Feb 17 2004, 1:49 pm
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Tue, 17 Feb 2004 13:42:12 -0500
Local: Tues, Feb 17 2004 1:42 pm
Subject: PDD 15: Objects
This should be complete, now. I chopped out the bit in the draft
about the API, so it has the ops, the vtable methods, and the
examples. I expect it needs some work, so please, have at it and lets
work out its deficiencies.

(Note that the reason for explicit attribute access, rather than
using the P5["foo"] scheme, is that we may well have an object that
acts like a hash or array, so we can't coopt the array/hash access
method for attributes. But I digress, though I didn't explain
properly earlier)
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Feb 17 2004, 4:48 pm
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Tue, 17 Feb 2004 22:31:08 +0100
Local: Tues, Feb 17 2004 4:31 pm
Subject: Re: PDD 15: Objects

Dan Sugalski wrote:
> (Note that the reason for explicit attribute access, rather than using
> the P5["foo"] scheme, is that we may well have an object that acts like
> a hash or array, so we can't coopt the array/hash access method for
> attributes. But I digress, though I didn't explain properly earlier)

Thought about that too and your argument is very reasonable. Does that
also mean that we have no shortcuts for setting an attribute to a native
item (set PObj["a"], 1) or is that just postponed? And what about named
access of arguments, *if* I just done't care about speed?
leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Sugalski  
View profile  
 More options Feb 17 2004, 5:49 pm
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Tue, 17 Feb 2004 17:01:03 -0500
Local: Tues, Feb 17 2004 5:01 pm
Subject: Re: PDD 15: Objects
At 10:31 PM +0100 2/17/04, Leopold Toetsch wrote:

>Dan Sugalski wrote:

>>(Note that the reason for explicit attribute access, rather than
>>using the P5["foo"] scheme, is that we may well have an object that
>>acts like a hash or array, so we can't coopt the array/hash access
>>method for attributes. But I digress, though I didn't explain
>>properly earlier)

>Thought about that too and your argument is very reasonable. Does
>that also mean that we have no shortcuts for setting an attribute to
>a native item (set PObj["a"], 1) or is that just postponed?

Postponed. While it'd be nice to not do it, as has been pointed out
to me it allows for much tighter packing of things, so we'll do it
eventually, just not now.

>  And what about named access of arguments, *if* I just done't care
>about speed?

I thought that was in the PDD, but I'll go double-check. I might've
munched something inadvertently. If it's missing I'll add it back in,
as being able to fetch by fully-qualified name is useful for
introspective code.
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Tinderbox "aniani" brocken" by Abhijit A. Mahabal
Abhijit A. Mahabal  
View profile  
 More options Mar 30 2004, 4:48 pm
Newsgroups: perl.perl6.internals
From: amaha...@cs.indiana.edu (Abhijit A. Mahabal)
Date: Tue, 30 Mar 2004 16:31:29 -0500 (EST)
Local: Tues, Mar 30 2004 4:31 pm
Subject: Tinderbox "aniani" brocken
Tinderbox "aniani" is not working with the latest copy. I checked the
other boxes and they seem fine.

Part of the log:

==========================
about to cvs checkout parrot:
/home/perlcvs: no such repository
cvs checkout: authorization failed: server cvs.perl.org rejected access to
/home/perlcvs for user anonymous
cvs checkout: used empty password; try "cvs login" with a real password
cvs checkout complete

About to run build command: perl Configure.pl --defaults
Parrot Version 0.0.9 Configure 2.0
Copyright (C) 2001-2002 Yet Another Society
==========================

--Abhijit

Abhijit A. Mahabal      http://www.cs.indiana.edu/~amahabal/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Sugalski  
View profile  
 More options Mar 31 2004, 8:48 am
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Wed, 31 Mar 2004 08:00:37 -0500
Local: Wed, Mar 31 2004 8:00 am
Subject: Re: Tinderbox "aniani" brocken
At 4:31 PM -0500 3/30/04, Abhijit A. Mahabal wrote:

>Tinderbox "aniani" is not working with the latest copy. I checked the
>other boxes and they seem fine.

>Part of the log:

>==========================
>about to cvs checkout parrot:
>/home/perlcvs: no such repository

Ah, that's finally gone away. The repository path is /cvs/publoc.
What you're using's very old, though there was a temporary symlink in
for a while.
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Spier  
View profile  
 More options Mar 31 2004, 10:48 pm
Newsgroups: perl.perl6.internals
From: rsp...@pobox.com (Robert Spier)
Date: Wed, 31 Mar 2004 19:24:10 -0800
Local: Wed, Mar 31 2004 10:24 pm
Subject: Re: Tinderbox "aniani" brocken

> >about to cvs checkout parrot:
> >/home/perlcvs: no such repository

> Ah, that's finally gone away. The repository path is /cvs/publoc.
> What you're using's very old, though there was a temporary symlink in
> for a while.

It's been gone for months and months.

And you mean /cvs/public.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »