in reply to Re: Perl 6 and traditional compilers
in thread Perl 6 and traditional compilers

Ah, interesting.

Will this be covered in the Perl 6 book (it is not in the version I have downloaded recently) or could you point me to some other documentation on how this works (from a usage point of view, not the implemenation details).

Replies are listed 'Best First'.
Re^3: Perl 6 and traditional compilers
by moritz (Cardinal) on Jul 29, 2010 at 07:44 UTC
    Will this be covered in the Perl 6 book

    No, the book focuses on using Perl 6, not on the trickiness of implementing it.

    or could you point me to some other documentation on how this works

    For example S06 talks about operator overloading and defining new operators, S13 does that too.

    Perl 6 - links to (nearly) everything that is Perl 6.