develooper Front page | perl.perl6.internals | Postings from September 2001

Re: An overview of the Parrot interpreter

Thread Previous | Thread Next
From:
Simon Cozens
Date:
September 4, 2001 01:11
Subject:
Re: An overview of the Parrot interpreter
Message ID:
20010904090128.D652@netthink.co.uk
On Mon, Sep 03, 2001 at 04:05:26PM -0700, Brent Dax wrote:
> In other words, when you have sub foo {} in your code, it will be
> assigned an opcode number in the 'private' section.  The global section
> is for things that are built-in to Parrot, while the private section is
> for stuff you write.  (Right?)

That's a better explanation than I managed, thanks.

> Perl *scalars* are PMCs.  Those PMCs may hold strings within them.
> However, string manipulation is done in special string registers, which
> are *not* PMCs.

That's also a better explanation than I managed, thanks.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About