<div dir="ltr">+1 to Jordan&#39;s points as well. <div><br></div><div>Generally speaking, there is clearly a wide variety of things that cause people to be interested in this particular proposal and I don&#39;t think we can reconcile all of them. For example, I think that &quot;collapsing an if statement into one line&quot; isn&#39;t a good enough reason to introduce the clutter and potential for abuse of the original ternary syntax into a codebase, so I generally float the idea to ban it from projects I&#39;m involved in as soon as I see it pop up in one. At the same time, there seem to be people who are enamored with the concept, and maybe instead they talk in this thread because they want a way to condense a switch statement into one line. And still others think that there is no rush to think about getting rid of ternary, unless we come up with something equally concise or with significant advantages to warrant removing it (all valid points).<br><div><br></div><div>I&#39;m not <i>against</i> Paul&#39;s idea, but if it matters at all (i.e. if you are worried other people will think like me), if this syntax is released, I will most likely float the idea of opting out of it immediately to my project collaborators. </div><div><br></div><div>While interesting for quick, proof of concept coding sessions, it already has some of the readability and abusability disadvantages already present in ternary, and it&#39;s still just in the proposal stage. </div><div><br></div><div>I only hope that this doesn&#39;t preclude progress on turning fully-qualified (and indented) statements into expressions.</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 19, 2015 at 10:57 PM Dave Abrahams 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"><br>
&gt; On Dec 19, 2015, at 7:55 PM, Jordan Rose via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; It&#39;s a nice, consistent proposal, but I don&#39;t feel like this solves any of the complaints about the existing ternary operator:<br>
&gt;<br>
&gt; - It&#39;s not obvious what it does when you first learn it.<br>
&gt; - The &#39;?&#39; doesn&#39;t have anything to do with Optionals.<br>
&gt;<br>
&gt; It is a way to put &#39;switch&#39; into an expression. I&#39;m not a fan of the two different colons, but that&#39;s &quot;just&quot; syntax.<br>
<br>
+1 to all that<br>
<br>
&gt; Jordan<br>
&gt;<br>
&gt;&gt; On Dec 18, 2015, at 14:04 , Paul Ossenbruggen via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; All,<br>
&gt;&gt;<br>
&gt;&gt; I think, I finally might have the answer to improving ternary, with such a bold statement come some pretty high expectations but I think, I might actually have done it this time :-)<br>
&gt;&gt;<br>
&gt;&gt; I am calling it the Demux Expression, it builds on the benefits of ternary and switch while improving on those.<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://github.com/possen/swift-evolution/blob/master/proposals/0024.md" rel="noreferrer" target="_blank">https://github.com/possen/swift-evolution/blob/master/proposals/0024.md</a><br>
&gt;&gt;<br>
&gt;&gt; This is a first draft, thanks in advance for feedback!<br>
&gt;&gt;<br>
&gt;&gt; - Paul<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; swift-evolution mailing list<br>
&gt;&gt; <a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
-Dave<br>
<br>
<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>