<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><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* What is your evaluation of the proposal?<br class=""></div></div></blockquote>+1 I think this will help getting safer code by default along with already approved &nbsp;<a href="https://github.com/apple/swift-evolution/blob/master/proposals/0035-limit-inout-capture.md" class="">SE-0035</a></div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* Is the problem being addressed significant enough to warrant a change to Swift?<br class=""></div></div></blockquote><div>Yes. I think that @nonescaping&nbsp;is a good default that goes along the same lines on why I use `let` over `var.&nbsp;</div><div>When I learned about @nonescaping I found myself using it more and more but it felt like having to use `const` in C++ and I thought why isn’t @noscape the default.&nbsp;</div><div>I think that is&nbsp;@nonescaping&nbsp;was available before swift 1 came out that the core team would have made it the default. &nbsp;</div><div><br class=""></div><div>How would somebody unsafely cast an escaping closure to a non escaping? Do we need to keep the @nonescaping&nbsp;attribute around for this to work?</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* Does this proposal fit well with the feel and direction of Swift?<br class=""></div></div></blockquote>Yes. Safe by default.&nbsp;</div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br class=""></div></div></blockquote>n/a</div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br class=""></div></div></blockquote><br class=""></div><div>Follow the discussing and proposal.&nbsp;</div></body></html>