in reply to Perl 6 language -- change in hyperoperator syntax

Oh boy. Can you imagine trying to write pod documentation for a method that uses the hyperoperator to apply a shift to an array of integers:)

blah blah C<<<<< @ints >><<=<<1; >>>>> blah blah.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!

  • Comment on Re: Perl 6 language -- change in hyperoperator syntax

Replies are listed 'Best First'.
Re: Re: Perl 6 language -- change in hyperoperator syntax
by duff (Parson) on Dec 31, 2003 at 17:17 UTC

    Indeed. I too hope that ^op gains favor over <<op>> for situations exactly like this (or what about POD docs on a hyper here-doc? ;-). But since everything is still in flux, it's just as likely that the bit-shift operators could change instead.

Re^2: Perl 6 language -- change in hyperoperator syntax
by Aristotle (Chancellor) on Dec 31, 2003 at 17:18 UTC
    Not that it would be much prettier without being in POD.

    Makeshifts last the longest.