in reply to Re: [Perl 6] Initialization within complex declarations
in thread [Perl 6] Initialization within complex declarations

Arguably, we shouldn't be using = for mutating assignment (set), only for functional assignment (let). We can use <- or := or ! for mutation. It's pretty engrained in the culture by now though, because of FORTRAN and C.

  • Comment on Re^2: [Perl 6] Initialization within complex declarations