<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;">* What is your evaluation of the proposal?</span></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">+1 from me. I particularly like how this adheres to the principle of least surprise. Keeping == and != is an important part of the proposal, as others have said.</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;">* Is the problem being addressed significant enough to warrant a change to Swift?</span></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">I believe so.&nbsp;</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br style="font-family: 'helvetica Neue', helvetica; font-size: 14px;"><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;">* Does this proposal fit well with the feel and direction of Swift?</span></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">Aye, pretty happy about its direction.</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br style="font-family: 'helvetica Neue', helvetica; font-size: 14px;"><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;">* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?</span></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">I have: Objective-C! Converting the code from the proposal, we have:</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">NSArray *ps = [peeps filter:^BOOL(Person *lhs, Person *rhs) {&nbsp;</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">&nbsp; return [[lhs pet] age] &lt; [[rhs pet] age];&nbsp;</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">}];</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;">I think that convention works in&nbsp;Objective-C, nil being capable of receiving messages is a cornerstone of the language. But Swift has discouraged the convention of calling functions directly on nil, through Optionals. I believe that removing the comparison operators for Optionals adheres to the same ideas that Optionals themselves are built from.</div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><br style="font-family: 'helvetica Neue', helvetica; font-size: 14px;"><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;">* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?</span></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><span style="font-family: 'helvetica Neue', helvetica; font-size: 14px;"><br></span></div><div id="bloop_customfont" style="margin: 0px;"><font face="helvetica Neue, helvetica"><span style="font-size: 14px;">I read the review thoroughly, asked on Twitter, let it sit in the back of my head for an hour. I also had to spend five minutes figuring out the&nbsp;</span></font>Objective-C block syntax for a filter function.</div> <br> <div id="bloop_sign_1468371059329566976" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">--&nbsp;<br>Ash Furrow<br>https://ashfurrow.com/</div></div> <br><p class="airmail_on">On July 12, 2016 at 2:26:55 PM, Chris Lattner via swift-evolution (<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>Hello Swift community,<br><br>The review of "SE-0121: Remove `Optional` Comparison Operators" begins now and runs through July 19. The proposal is available here:<br><br>        https://github.com/apple/swift-evolution/blob/master/proposals/0121-remove-optional-comparison-operators.md<br><br>Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at<br><br>        https://lists.swift.org/mailman/listinfo/swift-evolution<br><br>or, if you would like to keep your feedback private, directly to the review manager.<br><br>What goes into a review?<br><br>The goal of the review process is to improve the proposal under review through constructive criticism and contribute to the direction of Swift. When writing your review, here are some questions you might want to answer in your review:<br><br>        * What is your evaluation of the proposal?<br>        * Is the problem being addressed significant enough to warrant a change to Swift?<br>        * Does this proposal fit well with the feel and direction of Swift?<br>        * If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br>        * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br><br>More information about the Swift evolution process is available at<br><br>        https://github.com/apple/swift-evolution/blob/master/process.md<br><br>Thank you,<br><br>-Chris Lattner<br>Review Manager<br><br>_______________________________________________<br>swift-evolution mailing list<br>swift-evolution@swift.org<br>https://lists.swift.org/mailman/listinfo/swift-evolution<br></div></div></span></blockquote></body></html>