<div dir="ltr">On 28 May 2013 09:05, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com" target="_blank">newshound2@digitalmars.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 5/27/2013 3:18 PM, H. S. Teoh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Well, D *does* support non-English identifiers, y'know... for example:<br>
<br>
void main(string[] args) {<br>
int число = 1;<br>
foreach (и; 0..100)<br>
число += и;<br>
writeln(число);<br>
}<br>
<br>
Of course, whether that's a good practice is a different story. :)<br>
</blockquote>
<br>
I've recently come to the opinion that that's a bad idea, and D should not support it.<br>
</blockquote></div><br></div><div class="gmail_extra" style>Why? You said previously that you'd love to support extended operators ;)</div></div>