Luke Palmer wrote:
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22718]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22718 >
I made a slight error in implementing the algorithm. It must
I have checked in the final changes for putting the ->data member of the
PMC into the PMC_EXT structure.
This reduces the size of PerlScalars by another sizeof(void *).
- created a new ParrotIO class (only init and destroy yet)
- remove newinterp: use "new Px, .ParrotInterpreter" instead
- fixed
Dan Sugalski <[EMAIL PROTECTED]> writes:
> Okay, now that we're well on our way to getting sub/method/whatever
> calling down and working, I want to point us towards what I'm thinking
> of for exceptions.
>
> Exception handlers really strike me as anonymous lexically scoped
> subroutines that get
On Fri, 20 Jun 2003, Jens Rieks wrote:
> > (Which in itself tickles and scares the bejesus out of me.) Is there a
> > good way of finding the standard C library on a Unix system other than
> > hard-wiring it in like this?
> Yes. Parrot is linked with the standard C library. You can get a handle f
Ahh, clever. That's likely to work for systems which use the dlopen()
dynamic loading interface. I don't know if it will also work on HP-UX,
AIX, and Mac, though there's likely some equivalent trick. (Similarly,
non-Unix systems such as Win32, VMS, and OS/2 will need some
platform-specific tric
At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote:
Dan Sugalski wrote:
*) Global namespace pointer
This would require a new opcode e.g. B to be
useful. Also the global table handling as of pdd06 is missing. This
global table stuff in pdd06 looks like we need a hash of hashes for
the globals. Savi
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22767]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22767 >
I apologize for the length of this example. I've spent a goodly part of
this af
Dan Sugalski wrote:
At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote:
Dan Sugalski wrote:
*) Global namespace pointer
We don't so much need a hash of hashes as a linked list of hashes. And
yeah, it'll definitely have a performance impact on global lookups.
Fine. Then we just need to save the lin
The Perl 6 Summary for the week ending 20030622
Welcome to my first anniversary issue of the Perl 6 Summary. Hopefully
there won't too many more anniversaries to celebrate before we have a
real, running Perl 6, but there's bound to be ongoing development after
that. My job is secure
At 09:22 PM 6/23/2003 +, you wrote:
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22767]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22767 >
I apologize for the length of this example.
10 matches
Mail list logo