<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br><br>Sent from my iPad</div><div><br>On Dec 18, 2015, at 8:21 PM, Joe Groff via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 18, 2015, at 6:08 PM, Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" class="">gribozavr@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 18, 2015 at 5:23 PM, Joe Groff via swift-evolution <span dir="ltr" class="">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">For Swift 3, we're planning to phase out 'var' parameters in functions, and we're also making it so that language keywords are valid argument labels. With both of these changes pending, I have a hard time not reading:<div class=""><br class=""></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px" class=""><div class="">func foo(inout x: Int)</div><div class=""><br class=""></div></blockquote></div></blockquote><div class=""><br class=""></div><div class="">I don't think this would be a problem in practice since it is hard for me to imagine an API that would use 'inout' as a label -- at least they would spell it 'inOut' according to our API guidelines (but I really think they should call it something else).</div></div></div></div></div></blockquote><div><br class=""></div><div>My main concern is readability of the declaration. 'func foo(inout x: Int)' and 'func foo(label x: Int)' look very similar at a glance, but have totally different meanings. Going back to '@inout' like Slava suggested would be another possible improvement.</div></div></div></blockquote><div><br></div><div>I wasn't thinking about the future with my initial vote. &nbsp;I definitely want to see a Rust-like ownership system someday and am excited to know that Chris is really interested in doing that eventually. &nbsp;It's probably best to do something that will fit into that world well. So maybe @inout is a better option. &nbsp;</div><div><br></div><br><blockquote type="cite"><div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><div class="">There's also a possibility that we add 'out' parameters in the future, and if 'inout' would be spelled '&amp;', then we would need to find another sigil for 'out'.</div></div></div></div></div></blockquote><br class=""></div><div>We have multiple returns. Why would we ever add out parameters?</div><br class=""><div class="">-Joe</div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=eLFMrKDT8iBxZ-2Fbnk-2BZqvSchNN-2FvYXdceA0T7VxwkAdsCAvvMvtFY-2FUWEutUubaMkbO8IK-2FRwpY7fkHmnwmMQ0T4ziCzfiKUJU7UJd8FvBAXklZMLVVw42Qb6aMMC7GRjxqJ8YISxJLyg4pwlJj4ePfYqhmoT-2BjAGZS9jZdMV937t3TNtUoz0fDzuRbKzidqd8RyBh-2B0YErgwdBDO5392aBKfQ2UYr3UzMRH6FzAb1g-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;">

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></body></html>