<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 10/12/2011 22:20, Eliot Miranda wrote:
    <blockquote
cite="mid:CAC20JE0GyTiCnr4EfgkNNZwr74Qifmqb-6tOg5TbJaYXKeU1mg@mail.gmail.com"
      type="cite"><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <div class="gmail_quote">On Wed, Oct 12, 2011 at 1:19 PM, Colin
        Putney <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:colin@wiresong.com">colin@wiresong.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          <div class="im"><br>
            On Wed, Oct 12, 2011 at 1:16 PM, Eliot Miranda &lt;<a
              moz-do-not-send="true"
              href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt;
            wrote:<br>
            &gt; People avoid it because of performance. &nbsp;But I much
            prefer foo ~~ bar ifTrue: than foo == bar ifFalse:. &nbsp;So I
            suspect/hope dynamic frequency will grow as people find its
            not such a performance issue any more.<br>
            <br>
          </div>
          Well, no accounting for taste, I guess. I'd avoid it because I
          much<br>
          prefer foo == bar iFalse:<br>
        </blockquote>
        <div><br>
        </div>
        <div>But why, if it doesn't express intent directly? &nbsp;It's
          cognitively more difficult. &nbsp;You have to negate to get the
          intent.</div>
      </div>
    </blockquote>
    <br>
    It's really the same either way. My main reason for disliking ~= and
    ~~ is that both of these are aesthetically unpleasing. I'd much
    rather see &lt;&gt; instead of ~= and perhaps &lt;==&gt; instead of
    ~~.<br>
    <br>
    Cheers,<br>
    &nbsp; - Andreas<br>
    <br>
  </body>
</html>