<div><font size="2"><span style="background-color:rgba(255,255,255,0)">&quot;or we could go with an optional “then” for statements as was suggested by Thorsten. &quot;<br></span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)"><br></span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)">I don&#39;t think this should go in the proposal. An else is alway required in a guard statement, an expression should not return an optional imho.</span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)"><br></span></font></div><br><br>On Sunday, December 13, 2015, Paul Ossenbruggen via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br></div><br><div><blockquote type="cite"><div>On Dec 13, 2015, at 8:11 AM, Jakob Egger &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;jakob@eggerapps.at&#39;);" target="_blank">jakob@eggerapps.at</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">I really don&#39;t like the &quot;if cond then expr1 else expr2&quot;.<div><br></div><div>1) First of all, it&#39;s extremely verbose. It&#39;s almost as bad as the SQL construct &quot;case when cond then expr1 else expr2 end”.</div></div></div></blockquote><div><br></div>Yeah it adds a few characters overall. What used to be 2 chars now takes 10. Clarity is preferred though by many. I head frequently people telling users to never use ternary operators because they are confusing to read. </div><div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div><br></div><div>2) It makes Swift harder to learn. Newcomers will be confused why you sometimes need to use curly braces and why at other times you need to use the &quot;then&quot; keyword.</div></div></div></div></blockquote><div><br></div>I did mention this in Alternatives Considered section. By making the else part required, this emphasizes that it is different or we could go with an optional “then” for statements as was suggested by Thorsten. <br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div><br></div><div>3) It doesn&#39;t help when you want to do multi-line calculations</div></div></div></div></blockquote><div><br></div>This is the case with the ternary as well, I think it is better to keep it simple. <br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div><br></div><div>But there is one good side to this proposal: it nests more naturally than the ternary operator:</div><div>&quot;if cond then expr1 else if cond2 then expr2 else expr3&quot;</div><div>vs.</div><div>&quot;cond ? expr1 : (cond2 ? expr2 : expr3)</div><div><br></div><div>The proposed syntax for the switch statement is so confusing that I really don&#39;t think it is a good idea.</div></div></div></div></blockquote><div><br></div>Not sure why that is, it is essentially the same as the existing switch statement except everything is an expression instead of statements. Is there anything I can do in the examples or documentation to make things clearer?</div><div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div><br></div><div>Why not just allow normal if statements to return values?</div><div>I don&#39;t see what&#39;s so bad about the following:</div><div>&quot;let value = if cond {expr1} else {expr2}&quot;</div><div><br></div><div>This would also extend to multiple lines:</div><div>let value = if cond {</div><div>  expr1</div><div>} else {</div><div>  let something = Object()</div><div>  something.doStuff()</div><div>  something</div><div>}</div><div><br></div></div></div></div></blockquote><div><br></div><div>I answered this with others, also notice how there are braces everywhere? does that really work when you just want to put something on one line. What happens when one of your branches returns void? Expressions are guaranteed to have a result, statements don’t make such a guarantee. </div><div><br></div><div><br></div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><div>Jakob</div><div><br></div><div><div><div><blockquote type="cite"><div>On 13 Dec 2015, at 06:54, Paul Ossenbruggen via swift-evolution &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;swift-evolution@swift.org&#39;);" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br><div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Hello All, </div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Been sick in bed all day, but decided to try to be productive…</div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">I did a rough draft of a proposal for implementing if expressions and switch expressions based upon the discussions we had here. I have tried to keep the scope of the changes as small as possible,  only added one keyword and kept things as similar to the existing language constructs as possible. If anyone wants to help me with this, or has feedback, please let me know,</span><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><a href="https://github.com/possen/swift-evolution/blob/master/0020.md" target="_blank">https://github.com/possen/swift-evolution/blob/master/0020.md</a></div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Thanks,</div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">- Paul</div></div></blockquote></div><br></div></div></div></div></div></blockquote></div><br>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=OWK4tSasaK2n-2FQIIcS9Ug-2FuFXG-2BJ3z6cFMLgm306hDd2K7aMKEWzFtc7f-2FVKkYcqZP18VTj1oID2ndbURM9lg7fQb-2FpYexkd8y2UlaLbsxm8AzFcoIb6nelAl5qLeuid9ukfMYxzj06VeOSn4ftmlPFDV-2B-2BRur6qY0N6LRCXtUaYv3sR-2Friie8HPVU-2FXvK5CBmE-2BJHUW6NT8babQS9iY8FavXEbnHfy-2BnM3HTYp8Low-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div>
</blockquote>