I have an RFC already in the works that addresses these with additions
to C<use strict>. Hopefully out RSN.
-Nate
=item perl6storm #0003
Make parens "optionally mandatory" on function calls.
use strict 'functions';
=item perl6storm #0035
Make A->B place A in string context, like => does.
That way no A()->B naughtiness.
=item perl6storm #0050
Radical notion: consider removing precedence.
Wrong precedence makes people miserable.
