Front page | perl.perl6.internals |
Postings from March 2006
Re: more pdd21 questions
Thread Previous
|
Thread Next
From:
Leopold Toetsch
Date:
March 10, 2006 09:42
Subject:
Re: more pdd21 questions
Message ID:
925ecb1d8757d4f9574dc90c6e1d638c@toetsch.at
On Mar 10, 2006, at 17:45, Chip Salzenberg wrote:
> Ah, well, I'm sorry to report that (a) was the correct answer; Parrot's
> default should be entirely untyped.
>
> Sorry I didn't catch this earlier, but I'm actually on the road today,
> so
> it's a good thing I caught it now before users could start counting on
> it.
The 'totally untyped' is in contradiction to the current implementation
(which the default NameSpace PMC ought to implement) and at least to
code in tests. I don't know, if it's used elsewhere too.
And pdd21 is distinguishing these opcodes as part of the raw interface:
$P0 = getnamespace xx
from
$P1 = find_global yy
*if* the default namespace is really that untyped, the former isn't
needed at all.
Therefore I'm not really happy with removing already implemented and
working code, the more that it would not conform to existing behavior
anymore.
leo
Thread Previous
|
Thread Next