<div dir="ltr"><div class="gmail_extra">Several people here have called out implicit closure parameters as a concern, which is actually irrelevant to adopting &#39;$&#39; in parameters.</div><div class="gmail_extra"><br></div><div class="gmail_extra">It is perfectly feasible to accept &#39;$&#39; in parameters <i>generally</i>, and reject identifiers of the form</div><div class="gmail_extra"><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_extra">$ followed by one or more decimal digits</div></blockquote><div class="gmail_extra"><br></div><div class="gmail_extra">in defining occurrences. This is completely compatible with current Swift practice, and logically consistent with other kinds of reserved words.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I&#39;m not taking a position pro or con here. I&#39;m saying that we should reject non-impacting arguments as a basis for deciding one way or the other.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Jonathan</div></div>