Re: Perl 6 Summary for 2005-09-26 through 2005-10-02

Leopold Toetsch <[email protected]> Wed, 5 Oct 2005 12:03:16 +0200
Newsgroups gmane.comp.lang.perl.perl6.announce
Message-ID <ae8854421901e0bb86adfc1835487cdd__22151.5400721275$1128538823$gmane$org@toetsch.at>
On Oct 5, 2005, at 1:17, Matt Fowles wrote:

>    Here Doc in PIR
>     Will Coleda revived a thread from February about PIR here doc 
> syntax.
>     Looks like the syntax is ok.

Jonathan Worthington has already implemented here doc syntax.

>    Data::Escape::String Dislikes Unicode
>     Will noticed that Data::Escape::String doesn't work on Unicode 
> strings.

This is fixed.

>    Calling Vtable Functions from PIR
>     Roger Browne found he can no longer call vtable functions from PIR
>     directly. Leo felt that it was no longer necessary,

The 'Vtable' function actually was a MMD infix function (__add) - I 
should have mentioned this in the first place. 'is no longer necessary' 
isn't quite correct. Usually there is no need to call any of these 
builtins directly, as Parrot's MMD system handles operator overloading.
And finally: the bug is fixed.

Thanks for the summary,
leo