<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
x &lt;- take_while some_condition some_list<br>
<br>
and<br>
<br>
x &lt;- takeWhile someCondition someList</blockquote><div><br>x &lt;- take-while some-condition some-list<br> <br></div><div>As someone who is dyslexic, I find both camelCase and dashes far easier to read than underscores. I find it hard to count the words in the underscore version - the underscores and spaces confuse me. Dashes do not, presumably because they are &#39;within&#39; the line of sight for the letters.<br>
<br>However, I can&#39;t help feeling that if we use good IDEs, we could &#39;internationalize&#39; identifiers into english/french/chinese/camel/dash or whatever.<br><br>Matthew<br></div></div>