<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="">Looks great, thanks!<div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>- Doug</div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On Mar 17, 2016, at 9:45 PM, Nicholas Maccharoli &lt;<a href="mailto:nmaccharoli@gmail.com" class="">nmaccharoli@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" 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=""><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">Thank you!</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">I have filed a PR here:&nbsp;<a href="https://github.com/apple/swift-evolution/pull/215" class="">https://github.com/apple/swift-evolution/pull/215</a></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">How does it look?</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">- Nick</div></div><div class="gmail_extra" 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 clear="all" class=""><div class=""><div class="gmail_signature"><div dir="ltr" class=""><br class=""><div class="">All the best,</div><div class=""><br class=""></div><div class="">Nicholas</div><div class=""><br class=""></div><div class="">Linked in:</div><div class=""><font size="2" class=""><a href="http://lnkd.in/328U22" target="_blank" class="">http://lnkd.in/328U22</a></font><br class=""></div><div class=""><br class=""></div></div></div></div><br class=""><div class="gmail_quote">On Fri, Mar 18, 2016 at 9:07 AM, Douglas Gregor<span class="Apple-converted-space">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:dgregor@apple.com" target="_blank" class="">dgregor@apple.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="auto" class=""><div class="">Yes, please file a PR.&nbsp;<br class=""><br class="">Sent from my iPhone</div><div class=""><div class="h5"><div class=""><br class="">On Mar 17, 2016, at 5:05 PM, Chris Lattner &lt;<a href="mailto:clattner@apple.com" target="_blank" class="">clattner@apple.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class="">Sure, I’m ok with that if that is what Doug prefers.<div class=""><br class=""></div><div class="">-Chris</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 17, 2016, at 4:54 PM, Nicholas Maccharoli &lt;<a href="mailto:nmaccharoli@gmail.com" target="_blank" class="">nmaccharoli@gmail.com</a>&gt; wrote:</div><br class=""><div class="">Thank you for the feedback!<div class=""><br class=""></div><div class="">I checked SE-0003 again and didnt see explicit mention of this.</div><div class=""><br class=""></div><div class="">I would like to write up a quick proposal today if its ok.</div><div class=""><br class=""></div><div class="">Chris, I promise to make it very concise is it ok to send over a PR to swift evolution?</div><div class=""><br class=""></div><div class="">- Nick<span class=""></span><br class=""><br class="">2016年3月18日金曜日、Chris Lattner&lt;<a href="mailto:clattner@apple.com" target="_blank" class="">clattner@apple.com</a>&gt;さんは書きました:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div style="word-wrap: break-word;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 17, 2016, at 11:08 AM, Douglas Gregor via swift-evolution &lt;<a class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class=""><div class=""><div style="word-wrap: break-word;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 17, 2016, at 1:27 AM, Nicholas Maccharoli via swift-evolution &lt;<a class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class=""><div class=""><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">​As a follow-up to proposal SE-0003​: "Removing var from Function Parameters" being accepted,</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">I think it might make sense to disallow explicitly declaring function parameters with the `let` keyword since function parameters are immutable by default.</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">Basically disallow writing functions like this:</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">func foo(let i: Int) &nbsp;{ ... }</div><br class=""></div><div class=""><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">and only allow the function above to be expressed as this:</div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);"><br class=""></div><div class="gmail_default" style="font-family: 'comic sans ms', sans-serif; color: rgb(39, 78, 19);">func foo(i: Int) { … }</div></div></div></div></blockquote><br class=""></div><div class="">This makes perfect sense to me. Want to write up a proposal?</div></div></div></blockquote><br class=""></div><div class="">The intention was for this to be included as part of SE-0003.&nbsp; If it wasn’t, then that was an accidental omission.&nbsp; Do we really need a full proposal for that?</div><div class=""><br class=""></div><div class="">-Chris</div><br class=""></div></blockquote></div><br class=""><br class="">--<span class="Apple-converted-space">&nbsp;</span><br class=""><div dir="ltr" class=""><br class=""><div class="">All the best,</div><div class=""><br class=""></div><div class="">Nicholas</div><div class=""><br class=""></div><div class="">Linked in:</div><div class=""><font size="2" class=""><a href="http://lnkd.in/328U22" target="_blank" class="">http://lnkd.in/328U22</a></font></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div><br class=""></div></div></body></html>