On Fri, 15 Aug 2003, Leopold Toetsch wrote:
> When we have more classes like a Python hierarchy, we will see, how and
> how far the functionality does match. If we find some, we can put in an
> intermediate ParrotScalar.
I was thinking about this earlier today. Once dynamic
PMCs are working, Perl
Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Fri, Aug 15, 2003 at 04:22:36PM +0200, Juergen Boemmels wrote:
>> No STDERR should not let the init fail, but might set the handle to
>> PerlUndef. This is possible since the standard handles are PMCs
>
> We keep using that 4 letter word.
> H
On Fri, Aug 15, 2003 at 04:22:36PM +0200, Juergen Boemmels wrote:
> No STDERR should not let the init fail, but might set the handle to
> PerlUndef. This is possible since the standard handles are PMCs
We keep using that 4 letter word.
How much s/Perl/Parrot/ig do we need before the entir
Leopold Toetsch <[EMAIL PROTECTED]> writes:
> Arthur Bergman <[EMAIL PROTECTED]> wrote:
>
> Hi Arthur,
>
> > Hi,
>
> > If I execute a miniperl (but linked into parrot and with it's own
> > parrot interpreter) it works, but if the caller closes(STDERR) before
> > invoking miniperl no output is e
Hi,
In my efforts to embed parrot into perl I stumbled upon something
mildly interesting but most likely terribly hard to track down problem.
If I execute a miniperl (but linked into parrot and with it's own
parrot interpreter) it works, but if the caller closes(STDERR) before
invoking miniper
Arthur Bergman <[EMAIL PROTECTED]> wrote:
Hi Arthur,
> Hi,
> If I execute a miniperl (but linked into parrot and with it's own
> parrot interpreter) it works, but if the caller closes(STDERR) before
> invoking miniperl no output is ever seen on STDOUT.
Parrot's IO system is currently reworked h