<div dir="ltr">I like the direction this thread is going :)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 15 August 2013 00:50, Mr. Anonymous <span dir="ltr"><<a href="mailto:mailnew4ster@gmail.com" target="_blank">mailnew4ster@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wednesday, 14 August 2013 at 14:36:25 UTC, H. S. Teoh wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A computer doesn't mind if its programs are put to purposes that don't match their names. -- D. Knuth<br>
</blockquote>
<br></div>
Heh :)<br>
Sometimes I read your replies just for the signature.<br>
<br>
On the topic, I think the variant with the operators is more straightforward, e.g.:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
less // a < b<br>
</blockquote>
op!"<"<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
less!(5) // a < 5<br>
</blockquote>
op!"<"(5)<br>
<br>
etc.<br>
</blockquote></div><br></div>