<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 14.07.2016 08:39, David Mertz wrote:<br>
    <blockquote
cite="mid:CAEbHw4aVKCXLu2DC7K6ArxVHAjOkc15yk+irtPKfBa5xEy0G2A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Wed, Jul 13, 2016 at 7:44 PM,
            Steven D'Aprano <span dir="ltr"><<a
                moz-do-not-send="true" href="mailto:steve@pearwood.info"
                target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:steve@pearwood.info">steve@pearwood.info</a></a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">-
              suppose that reading λ has a *tiny* benefit of 1% over
              "lambda"<br>
                (for those who have learned what it means);<br>
              - but typing it is (lets say) 50 times harder than typing
              "lambda";<br>
              - but we read code 50 times as often as we type it;<br>
              - so the total benefit (50*1.01 - 50) is positive.</blockquote>
          </div>
          <div class="gmail_extra"><br>
          </div>
          I actually *do* think λ is a little bit more readable.  And I
          have no idea how to type it directly on my El Capitan system
          with the ABC Extended keyboard.  But I still get 100% of the
          benefit in readability simply by using vim's conceal feature. 
          If I used a different editor I'd have to hope for a similar
          feature (or program it myself), but this is purely a display
          question.  Similarly, I think syntax highlighting makes my
          code much more readable, but I don't want colors for keywords
          built into the language.  That is, and should remain, a matter
          of tooling not core language (I don't want <a
            moz-do-not-send="true"
            href="https://en.wikipedia.org/wiki/ColorForth"><a class="moz-txt-link-freetext" href="https://en.wikipedia.org/wiki/ColorForth">https://en.wikipedia.org/wiki/ColorForth</a></a>
          for Python).</div>
      </div>
    </blockquote>
    <br>
    Very good point. That now is basically the core argument against it
    at least for me. So, -100 on the proposal from me. :)<br>
    <br>
    <blockquote
cite="mid:CAEbHw4aVKCXLu2DC7K6ArxVHAjOkc15yk+irtPKfBa5xEy0G2A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">FWIW, my conceal configuration is at
          link I give in a moment.  I've customized a bunch of special
          stuff besides lambda, take it or leave it:</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">  <a moz-do-not-send="true"
            href="http://gnosis.cx/bin/.vim/after/syntax/python.vim">http://gnosis.cx/bin/.vim/after/syntax/python.vim</a></div>
        <div class="gmail_extra">
          <div><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Nice thing. This could help those using lambda a lot (whatever
    reason they might have to do so). I will redirect it to somebody
    relying on vim heavily for Python development. Thanks. :)<br>
    <br>
    <blockquote
cite="mid:CAEbHw4aVKCXLu2DC7K6ArxVHAjOkc15yk+irtPKfBa5xEy0G2A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">-- <br>
          <div class="gmail_signature" data-smartmail="gmail_signature">Keeping
            medicines from the bloodstreams of the sick; food <br>
            from the bellies of the hungry; books from the hands of the
            <br>
            uneducated; technology from the underdeveloped; and putting
            <br>
            advocates of freedom in prisons.  Intellectual property is<br>
            to the 21st century what the slave trade was to the 16th.<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Python-ideas mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python-ideas@python.org">Python-ideas@python.org</a>
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/python-ideas">https://mail.python.org/mailman/listinfo/python-ideas</a>
Code of Conduct: <a class="moz-txt-link-freetext" href="http://python.org/psf/codeofconduct/">http://python.org/psf/codeofconduct/</a></pre>
    </blockquote>
    <br>
  </body>
</html>