Re: Perl 6 Summary for 2005-09-26 through 2005-10-02
[email protected] (Leopold Toetsch) Wed, 5 Oct 2005 12:03:16 +0200
| Newsgroups | perl.perl6.language,perl.perl6.announce,perl.perl6.internals,perl.perl6.compiler |
|---|---|
| Message-ID | <[email protected]> |
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