<div dir="ltr">I found this explanation on the perl6 website:<div><br></div><div><a href="https://docs.perl6.org/language/5to6-nutshell#Whitespace">https://docs.perl6.org/language/5to6-nutshell#Whitespace</a><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 31, 2017 at 11:51 AM Bob Mathews <<a href="mailto:bobmath11@icloud.com">bobmath11@icloud.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><blockquote type="cite"><div>On Oct 31, 2017, at 11:43 AM, Ramana V Mokkapati <<a href="mailto:mvr707@gmail.com" target="_blank">mvr707@gmail.com</a>> wrote:</div><div><div dir="ltr">I did not see any inconsistency ...</div></div></blockquote><br></div></div><div style="word-wrap:break-word"><div>It seems to be consistently stupid. This bites other postfix operators as well. Take the example at the end of chapter 4.</div><div><br></div><div><div><font face="Courier New">sub postfix:<Factorial>($n) {</font></div><div><font face="Courier New">   [*] 1..$n</font></div><div><font face="Courier New">}</font></div><div><font face="Courier New">say 5Factorial; # 120</font></div><div><br></div><div>You can't put a space between 5 and Factorial. (You can put a backslash and then a space, if you want.)</div></div><div><br></div><div>The part that amuses me is that this is prefaced by the statement:</div><div><br></div><div><div><blockquote type="cite">There is no intention in Perl 6 design to make user-defined operators cryptic.</blockquote></div><div><br></div></div></div><div style="word-wrap:break-word"><div> -bob</div><div><br></div></div>_______________________________________________<br>
Oc-pm mailing list<br>
<a href="mailto:Oc-pm@pm.org" target="_blank">Oc-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/oc-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/listinfo/oc-pm</a><br>
</blockquote></div>