It&#39;s worth looking into CoffeeScript, in which true/false, yes/no, and on/off are all accepted.<br><div class="gmail_quote"><div dir="ltr">On Wed, May 4, 2016 at 12:04 PM Erica Sadun via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I propose adding yes and no to the standard library as aliases for true and false Boolean values. When answering the questions posed by Boolean properties and methods, &quot;yes&quot; and &quot;no&quot; may provide better fits than &quot;true&quot; and &quot;false&quot;.  &quot;Should this view be hidden?&quot; &quot;Yes!&quot; &quot;Does this collection contain the number 2?&quot; &quot;No!&quot;. Objective-C solved this by adding macro equivalents, admittedly with some attendant fuzziness because boolean implementation details allowed non 0/1 truth values.<br>
<br>
Swift on the other hand has very firm ideas about true and false. Adding yes and no literal aliases would enhance code readability with little cost. There&#39;s minimal historic support among languages for yes/no but Swift is an Apple-y kind of language and yes/no is an Apple-y kindness to developers.<br>
<br>
I performed a gmane search and did not find a previous thread on this subject.<br>
<br>
-- E<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>