<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class="">Some more ideas, this moves away from the notion that we should make it look really close to the ternary but keeps all the benefits of the ternary and improves upon it. Since I have been suggesting a breaking change, it is a good time to rethink it a bit. With this idea a horizontal line (double-dash) separates the control value from the choices, the vertical line (bar) indicates none of the above.&nbsp;</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">Rather than use the ?( as I have suggested in the past, I think #( works here, where you can think of it as a numerical index. The advantage of this is, it stands out better and leaves ? for optionals only. This works well with the list form. In the enum case the index is the enum key. I can see that this however may be a problem because # is used for preprocessor like directives. I am suggesting though just the #( sequence is treated differently. Or the ?( is fine with me as well.</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">I have gone through a lot of options, some others I looked at are !( which could be read as "match stick” paren, where the word “match” matches a case, I am pretty sure that would not be considered any better than ?( because it is used for optionals. Another is “witch hat paren” ^( which can be read as “which”. &nbsp;This might create a parse problem with "power of" though, which maybe using ^[ (hat square bracket) could resolve that but not sure if that would create other problems. Some other choices would be &amp;( &nbsp;and @( but did not choose them because &nbsp;they don’t have meaning to me but they do have the advantage of standing out like the #(.&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><br class=""></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">let</span> fa = #(truth --&nbsp;<span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">1</span> | <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0</span>) <font color="#77bb41" class="">// boolean case</font>.&nbsp;</div><div style="margin: 0px; line-height: normal;" class=""><span style="font-family: Menlo; color: rgb(187, 44, 162);" class="">let</span><font face="Menlo" class=""> fb = #(pickOne --&nbsp;</font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"A"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"B"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"C"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"D"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"E"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"F"</span><font face="Menlo" class="">, </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"G"</span><font face="Menlo" class=""> | </font><span style="font-family: Menlo; color: rgb(209, 47, 27);" class="">"Z</span><font color="#d12f1b" face="Menlo" class="">”</font><font face="Menlo" class="">) <font color="#669c35" class="">// list form, pick index, zero based</font>.&nbsp;</font></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">let</span> fc = #(color -- .Red: <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0xFF0000</span>, .Green: <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x00FF00</span>, .Blue: <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x0000FF</span> | <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0xFFFFFF</span>) <font color="#669c35" class="">// enum form.</font></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">let</span>&nbsp;fd = #(color --&nbsp;.Red: &nbsp; &nbsp;<span style="color: rgb(39, 42, 216);" class="">0xFF0000</span>,&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class="">&nbsp; <span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp;&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp;&nbsp;.Green: &nbsp;<span style="color: rgb(39, 42, 216);" class="">0x00FF00</span>,&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp;&nbsp;.Blue: &nbsp; <span style="color: rgb(39, 42, 216);" class="">0x0000FF</span>&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class="">&nbsp; &nbsp; &nbsp; &nbsp; <span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp;&nbsp;|&nbsp;<span style="color: rgb(39, 42, 216);" class="">0xFFFFFF</span>) <font color="#669c35" class="">// enum multiline, default: can be used here if preferred.</font></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">let</span>&nbsp;fe = #(color -- .Red: &nbsp; &nbsp;<span style="color: rgb(39, 42, 216);" class="">0xFF0000</span>,&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">&nbsp;&nbsp;<span class="Apple-tab-span" style="white-space: pre;">        </span>&nbsp; &nbsp; &nbsp;&nbsp;<span class="Apple-tab-span" style="white-space: pre;">        </span>&nbsp; &nbsp;&nbsp;.Green: &nbsp;<span style="color: rgb(39, 42, 216);" class="">0x00FF00</span>,&nbsp;</div><div style="margin: 0px; line-height: normal;" class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>&nbsp;<span class="Apple-tab-span" style="white-space: pre;">        </span>&nbsp; &nbsp;&nbsp;.Blue: &nbsp;&nbsp;<span style="color: rgb(39, 42, 216);" class="">0x0000FF</span>)&nbsp;<span style="color: rgb(102, 156, 53);" class="">// if all cases handled, the last bar is optional</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(102, 156, 53);" class=""><br class=""></span></div></div><div style="margin: 0px; line-height: normal;" class="">This visually kind of represents what is going on. Horizontal-line directs eye to one of the normal choices. Vertical-line says none found stop looking and do the otherwise choice. Kind of like a train switch.&nbsp;</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">The strong feedback was that a replacement has to be usable in places where a ternary could be used. So it needs to work on a single line (and multiline) and needs to be compact. By having a compact, “else" that is possible on a single line.&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">Comparisons to ternary and other approaches:</div><div style="margin: 0px; line-height: normal;" class="">• It is very concise like ternary and can fit in places that a ternary does.</div><div style="margin: 0px; line-height: normal;" class="">• The horizontal line serves to provide a place to align the choices to pick from, not as necessary with ternary.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• The vertical line stops the eye and indicates this is the “else” or “default” choice, the colon does that in ternary but the bar stands out more.</div><div style="margin: 0px; line-height: normal;" class="">• The parens group the expression, in a way that the ternary does not. With a ternary it is not until you get to the question mark and the barely visible colon that you realize it is a ternary.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• The #( indicates immediately that the expression has started unlike a ternary.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• #( clearly show beginning and end of the construct so that it is immediately identifiable unlike ternary.</div><div style="margin: 0px; line-height: normal;" class="">• Makes quick one line conversions easily achievable just as ternary can but allowing more than just boolean. &nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• The “else” choice is always last and is compactly represented with vertical bar like ternary but more visible. This also differs from the switch statement form, in that it is much more compact than “default:"</div><div style="margin: 0px; line-height: normal;" class="">• The dash does not create a double colon for enum case as was mentioned as a problem in previous designs.</div><div style="margin: 0px; line-height: normal;" class="">• All data types for the control are handled the same way, like ternary but now supports more than boolean, it supports any enumerable tope.</div><div style="margin: 0px; line-height: normal;" class="">• The list form looks like a Array sort of, the enum form looks sort of like a Dictionary, this should make it seem familiar.</div><div style="margin: 0px; line-height: normal;" class="">• The enum form also supports pattern matching. (see below for examples). Which ternary does not.</div><div style="margin: 0px; line-height: normal;" class="">• The vast majority of switch statements, at least that I typically use, could be done with this and be much more compact and concise. However if your needs are more complex, then the switch statement is still available.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• You get the benefits of automatic type inference where switch statements used to assign an expression result don’t let you.</div><div style="margin: 0px; line-height: normal;" class="">• It removes a lot of duplicated code compared to a switch statement assigning an expression result.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• It makes it clear that the result of the expression can be a “let” where less experienced users may think a “var" is required in a switch statement.</div><div style="margin: 0px; line-height: normal;" class="">• The name binding and assignment occurs in one step unlike the switch statement, when used to assign an expression result.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• It always returns a result of an expression like ternary does and will enforce that the result is a the same type.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• Like ternary leaves the formatting choice to the developer for multiline and single-line but easily handles both.</div><div style="margin: 0px; line-height: normal;" class="">• Searchable with web search unlike ternary.&nbsp;</div><div style="margin: 0px; line-height: normal;" class="">• Enum uses the same format as the familiar switch syntax which ternary does not.</div><div style="margin: 0px; line-height: normal;" class="">• #( stands out more than ?( in my earlier designs.<span style="font-family: Menlo;" class="">&nbsp;</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><br class=""></div></div></div><div class="">The difference between this and the switch statement is that this deals only in single expressions for each case. There can only be one expression that gets selected by the control input. This simplifies things compared to a switch statement there are not multiple statements to list afterwards and it does not need the word “case" before each part of the choice to separate each list of statements. This makes it so that it can be much more compact and means the word “case” is not necessary.&nbsp;</div><div class=""><br class=""></div><div class="">Below I go through a bunch of comparisons to statement form, vs new expression also different formatting options:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">let</span> res : <span style="font-variant-ligatures: no-common-ligatures; color: #703daa" class="">Int</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(187, 44, 162);" class="">switch<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> </span><span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">color</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> {</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">case</span> .Red: <span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">res</span> = <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0xFF0000</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">case</span> .Green: <span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">res</span> =&nbsp;<span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x00FF00</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">case</span> .Blue: <span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">res</span> = <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x0000FF</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(187, 44, 162);" class="">default<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">:</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">res</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> = </span>0xFFFFFF</div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">}</div></div><div class=""><br class=""></div><div class="">With the new expression:</div><div class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">let</span> res = #(<span style="color: rgb(79, 129, 135);" class="">color --</span>&nbsp;.Red: &nbsp;&nbsp;<span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp; &nbsp; &nbsp;.Green:&nbsp;<span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x00FF00</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.Blue: &nbsp;<span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0x0000FF</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="color: rgb(0, 0, 0);" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><font color="#4f8187" class="">|&nbsp;</font><font color="#272ad8" class="">0xFFFFFF</font>}</div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">This uses a where clause with existing statement:<span style="font-family: Menlo;" class="">&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="color: rgb(187, 44, 162);" class="">let</span>&nbsp;res :&nbsp;<span style="color: rgb(112, 61, 170);" class="">Int</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class="">switch<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> </span><span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">color</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> {</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; case .</span>Red <font color="#bb2ca2" class="">where</font> <span style="color: rgb(79, 129, 135);" class="">shade</span> <span style="color: rgb(49, 89, 93);" class="">==</span><font color="#bb2ca2" class=""> .</font><span style="color: rgb(49, 89, 93);" class="">Dark</span><font color="#bb2ca2" class="">: </font><span style="color: rgb(79, 129, 135);" class="">res</span><font color="#bb2ca2" class=""> = </font><span style="color: rgb(39, 42, 216);" class="">0xFF1010</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; case .</span>Red<font color="#bb2ca2" class="">: </font><span style="color: rgb(79, 129, 135);" class="">res</span><font color="#bb2ca2" class=""> = </font><span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; case .</span>Green<font color="#bb2ca2" class="">: </font><span style="color: rgb(79, 129, 135);" class="">res</span><font color="#bb2ca2" class=""> =&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x00FF00</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; case .</span>Blue<font color="#bb2ca2" class="">: </font><span style="color: rgb(79, 129, 135);" class="">res</span><font color="#bb2ca2" class=""> = </font><span style="color: rgb(39, 42, 216);" class="">0x0000FF</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp; </span>default<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">:</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class="">&nbsp; &nbsp; &nbsp; &nbsp; <span style="font-variant-ligatures: no-common-ligatures; color: #4f8187" class="">res</span> = <span style="font-variant-ligatures: no-common-ligatures; color: #272ad8" class="">0xFFFFFF</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class="">}</div><div style="color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo; color: rgb(0, 0, 0); margin: 0px; line-height: normal;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); margin: 0px; line-height: normal;" class="">This one way to do the same thing with multiline and the expression if it makes it clearer, some may prefer this:&nbsp;</div><div style="font-family: Menlo;" class=""><br class=""></div></div><div class=""><div style="font-family: Menlo; color: rgb(0, 0, 0); margin: 0px; line-height: normal;" class=""><font color="#bb2ca2" class="">let&nbsp;</font>res = #(<span style="color: rgb(79, 129, 135);" class="">color&nbsp;</span>--&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><font color="#bb2ca2" class="">&nbsp; &nbsp;&nbsp;case&nbsp;.</font>Red<font color="#bb2ca2" class="">&nbsp;where&nbsp;</font><span style="color: rgb(79, 129, 135);" class="">shade</span><font color="#bb2ca2" class="">&nbsp;</font><span style="color: rgb(49, 89, 93);" class="">==</span><font color="#bb2ca2" class="">&nbsp;.</font><span style="color: rgb(49, 89, 93);" class="">Dark</span><font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF1010</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp;&nbsp;case&nbsp;.</span>Red<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp;&nbsp;case&nbsp;.</span>Green<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x00FF00</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; case .</span>Blue<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x0000FF</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class=""><span style="color: rgb(0, 0, 0);" class="">&nbsp; &nbsp;&nbsp;</span>default:&nbsp;<span style="color: rgb(39, 42, 216);" class="">0xFFFFFF</span></div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class="">}</div><div style="font-family: Menlo; color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class=""><br class=""></div><div style="color: rgb(187, 44, 162); margin: 0px; line-height: normal;" class=""><div style="color: rgb(0, 0, 0); margin: 0px; line-height: normal;" class="">Since this the case does not add anything, you can do this as well:</div><div style="font-family: Menlo;" class=""><br class=""></div></div></div><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><font color="#bb2ca2" class="">let </font>res = #(<span style="color: rgb(79, 129, 135);" class="">color </span>—- &nbsp;<span style="color: rgb(187, 44, 162);" class="">.</span>Red <font color="#bb2ca2" class="">where</font> <span style="color: rgb(79, 129, 135);" class="">shade</span> <span style="color: rgb(49, 89, 93);" class="">==</span><font color="#bb2ca2" class=""> .</font><span style="color: rgb(49, 89, 93);" class="">Dark</span><font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF1010</span></div></div></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; &nbsp;.</span>Red<font color="#bb2ca2" class="">: &nbsp;&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div></div></div></div></blockquote></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; &nbsp;.</span>Green<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x00FF00</span></div></div></div></div></blockquote></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp;&nbsp; .</span>Blue<font color="#bb2ca2" class="">:&nbsp;&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x0000FF</span></div></div></div></div></blockquote></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(0, 0, 0);" class="">&nbsp; &nbsp; &nbsp;|</span><font color="#bb2ca2" class="">&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFFFFFF</span><span style="color: rgb(187, 44, 162);" class="">}</span></div></div></div></div></blockquote></blockquote></blockquote><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo; color: rgb(187, 44, 162);" class=""><br class=""></div></div></div><div>If “case” makes the “where" clearer then I am fine requiring it but I don’t think it is necessary:<font face="Menlo" class="">&nbsp;</font>To make this kind of formatting easy, the editor should help align &nbsp;with the dashes. To allow more space on each line this would also work:</div><div><br class=""></div><div><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div style="font-family: Menlo;" class=""><div style="margin: 0px; line-height: normal;" class=""><font color="#bb2ca2" class="">let&nbsp;</font>res = #(<span style="color: rgb(79, 129, 135);" class="">color</span></div><div style="margin: 0px; line-height: normal;" class=""><font color="#4f8187" class="">&nbsp; &nbsp; -</font>— &nbsp;&nbsp;<span style="color: rgb(187, 44, 162);" class="">.</span>Red&nbsp;<font color="#bb2ca2" class="">where</font>&nbsp;<span style="color: rgb(79, 129, 135);" class="">shade</span>&nbsp;<span style="color: rgb(49, 89, 93);" class="">==</span><font color="#bb2ca2" class="">&nbsp;.</font><span style="color: rgb(49, 89, 93);" class="">Dark</span><font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF1010</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.</span>Red<font color="#bb2ca2" class="">: &nbsp;&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div><div style="margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp; &nbsp;&nbsp;</font><span style="color: rgb(187, 44, 162);" class=""> &nbsp; &nbsp; .</span>Green<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x00FF00</span></div><div style="margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp; &nbsp;&nbsp;</font><span style="color: rgb(187, 44, 162);" class=""> &nbsp; &nbsp; .</span>Blue<font color="#bb2ca2" class="">: &nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x0000FF</span></div><div style="margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp; &nbsp;&nbsp;</font> &nbsp; &nbsp; |<font color="#bb2ca2" class="">&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFFFFFF</span><span style="color: rgb(187, 44, 162);" class="">}</span></div></div></div></div><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""></div></div></div><div><br class=""></div><div>one last option for maximum space on the line:</div><div><br class=""></div><div><div><div style="margin: 0px; line-height: normal;" class=""><div style="margin: 0px; line-height: normal;" class=""><div class=""><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><font color="#bb2ca2" class="">let&nbsp;</font>res = #(<span style="color: rgb(79, 129, 135);" class="">color&nbsp;</span>—-&nbsp;</div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class="">&nbsp;<span style="color: rgb(187, 44, 162);" class="">.</span>Red&nbsp;<font color="#bb2ca2" class="">where</font>&nbsp;<span style="color: rgb(79, 129, 135);" class="">shade</span>&nbsp;<span style="color: rgb(49, 89, 93);" class="">==</span><font color="#bb2ca2" class="">&nbsp;.</font><span style="color: rgb(49, 89, 93);" class="">Dark</span><font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF1010</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><span style="color: rgb(187, 44, 162);" class="">&nbsp;.</span>Red<font color="#bb2ca2" class="">: &nbsp;&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFF0000</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp;</font><span style="color: rgb(187, 44, 162);" class="">.</span>Green<font color="#bb2ca2" class="">:&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x00FF00</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp;</font><span style="color: rgb(187, 44, 162);" class="">.</span>Blue<font color="#bb2ca2" class="">: &nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0x0000FF</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><font color="#272ad8" class="">&nbsp;</font>|<font color="#bb2ca2" class="">&nbsp;</font><span style="color: rgb(39, 42, 216);" class="">0xFFFFFF</span><span style="color: rgb(187, 44, 162);" class="">}</span></div><div style="font-family: Menlo; margin: 0px; line-height: normal;" class=""><br class=""></div></div></div></div></div><blockquote type="cite" class=""><div class="">On Dec 23, 2015, at 11:51 AM, Paul Ossenbruggen &lt;<a href="mailto:possen@gmail.com" class="">possen@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Been thinking about the boolean case a bit more, and how to make it better than a ternary using my proposed syntax. So else could be put there to help show it is the opposite. The downside is this makes it mix keywords and operators so seems a bit jarring.&nbsp;<div class=""><br class=""></div><div class=""><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">With the new form parenthesis are built into it and are required:</p><div class="highlight highlight-source-swift" style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);"><pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; padding: 16px; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-wrap: normal; word-break: normal;" class="">x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">=</span> ?(x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">==</span> y <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">:</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">49</span> <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">else</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">3</span>) </pre></div><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">alternatively the bang means do the opposite:</p><div class="highlight highlight-source-swift" style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);"><pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; padding: 16px; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-wrap: normal; word-break: normal;" class="">x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">=</span> ?(x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">==</span> y <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">:</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">49</span> <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">!</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">3</span>) <span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);">// not sure this creates a parsing problem. </span></pre></div><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">or if the above causes a parsing problem:</p><div class="highlight highlight-source-swift" style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);"><pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; padding: 16px; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-wrap: normal; word-break: normal;" class="">x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">=</span> ?(x <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">==</span> y <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">:</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">49</span> <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">|</span> <span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">3</span>)  </pre></div><div class="">Any thoughts?</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On Dec 23, 2015, at 7:02 AM, Félix Cloutier via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I know, but that won't support pattern matching.</span><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""><div class=""><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; line-height: normal; border-spacing: 0px;">Félix</span></div><br class=""><div class=""><blockquote type="cite" class=""><div class="">Le 23 déc. 2015 à 02:22:07, David Waite &lt;<a href="mailto:david@alkaline-solutions.com" class="">david@alkaline-solutions.com</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">In the case where your input is hashable, you could just do:<div class=""><br class=""></div><div class=""><div class="" style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);"><span class="" style="color: rgb(187, 44, 162);">let</span><span class="">&nbsp;i = [.</span><span class="" style="color: rgb(49, 89, 93);">Red</span><span class="">:</span>0xff0000<span class="">, .</span><span class="" style="color: rgb(49, 89, 93);">Green</span><span class="">:</span>0x00ff00<span class="">, .</span><span class="" style="color: rgb(49, 89, 93);">Blue</span><span class="">:</span>0x0000ff<span class="">][</span><span class="" style="color: rgb(79, 129, 135);">color</span><span class="">]</span></div><div class="" style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);"><span class=""><br class=""></span></div><div class="" style="margin: 0px; line-height: normal;"><font face="Menlo" class=""><span class="" style="font-size: 11px;">this would mean that color must be a Color and not an Optional&lt;Color&gt; (because of swift 2.x limitations)</span></font></div><div class="" style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);"><span class=""><br class=""></span></div><div class="" style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);"><span class="">-DW</span></div><div class="" style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(39, 42, 216);"><span class=""><br class=""></span></div><div class=""><blockquote type="cite" class=""><div class="">On Dec 22, 2015, at 8:04 AM, Félix Cloutier via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I like the gist of it too, though you seem to introduce both a new keyword and a new syntax. (To be clear, I like the syntax but I'm ambivalent towards reusing switch instead of which.)<br class=""><br class="">My minor suggestions would to avoid braces for things that aren't scopes; that either the comma or the the question mark is redundant in their current position (you need a start delimiter or an end delimiter but you don't need both); and that it needs a way to handle a default case if enumeration isn't exhaustive (I'd do that by returning an optional).<br class=""><br class=""><blockquote type="cite" class="">let i = which color (.Red: 0xff0000, .Green: 0x00ff00, .Blue: 0x0000ff) ?? 0x000000<br class=""></blockquote><br class=""><br class="">Thinking out loud, once you remove the question marks it really looks like a dictionary literal, so maybe it could even use square brackets to close the gap.<br class=""><br class=""><blockquote type="cite" class="">let i = which color [.Red: 0xff0000, .Green: 0x00ff00, .Blue: 0x0000ff] ?? 0x000000<br class=""></blockquote><br class=""><br class="">I thought about subscripting a dictionary literal in place:<br class=""><br class=""><blockquote type="cite" class="">[Color.Red: 0xff0000, ...][color] ?? 0x000000<br class=""></blockquote><br class=""><br class="">but that won't support elaborate pattern matching, and I think that this is a deal breaker for the functional folks.<br class=""><br class="">Félix<br class=""><br class=""><blockquote type="cite" class="">Le 22 déc. 2015 à 09:31:32, Charles Constant &lt;<a href="mailto:charles@charlesism.com" class="">charles@charlesism.com</a>&gt; a écrit :<br class=""><br class="">Just goofing on this a little. What if we called it a "which" statement, instead of a "switch" statement? It's a bit cutesy, but not too verbose, and it makes sense if you read it aloud.<br class=""><br class="">let i = which color {<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? .Red: 0xFF0000,<span class="Apple-converted-space">&nbsp;</span><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? .Green: 0x00FF00,<span class="Apple-converted-space">&nbsp;</span><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? .Blue: 0x00000FF<br class="">}<br class=""><br class="">let i = which boo {<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? true: 1,<span class="Apple-converted-space">&nbsp;</span><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? false: 0,<span class="Apple-converted-space">&nbsp;</span><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>? nil: -1<br class="">}<br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div><img src="https://u2002410.ct.sendgrid.net/wf/open?upn=emrIhnP1hIf76Foxxv4NNJQX-2FWhcznESwKBSwD1MEwyE0wTxxNECMPPCzo-2FHTW73rbbjXg-2BkDsDXavGQRCH-2BQ3MVHuZZpqgJplv86uUZoGsXw4QiMMSHM7Rd5jhg7ISmdEVPAPcJGXs7M4iyRFt8uZ-2FU9A47RmlVFvFti5ZfpkwXHXu-2FstKfyhK3bAm7-2FBt9PJckFHcYKDhCLL-2FdK6cCrvhygEw9ZWe7EDng6hzlirg-3D" alt="" width="1" height="1" border="0" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; height: 1px !important; width: 1px !important; border-width: 0px !important; margin: 0px !important; padding: 0px !important;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><span class="Apple-converted-space">&nbsp;</span></span><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">swift-evolution mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:swift-evolution@swift.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">swift-evolution@swift.org</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></body></html>