<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;">I think it’s a postfix in coffeescript.</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;">Anyway, &nbsp;I’m with you on both points! As much as I think func(args…) is ugly, it works, and fits the current paradigm.</div> <br> <div id="bloop_sign_1449952150987375104" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px"><div style="color: rgb(34, 34, 34); font-family: arial, sans-serif;">Best,</div><div style="color: rgb(34, 34, 34); font-family: arial, sans-serif;"><br></div><font color="#222222" face="arial, sans-serif" style="color: rgb(34, 34, 34); font-family: arial, sans-serif;">Arthur /&nbsp;<a href="http://sabintsev.com">Sabintsev.com</a></font></div></div> <br><p class="airmail_on">On December 12, 2015 at 3:25:48 PM, Andrey Tarantsov 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>To summarize, there are 4 options used by other languages:<br><br>func(*args) — Ruby &amp; Python<br><br>func(args...) — Go<br><br>func(...args) — CoffeeScript, I believe (it's been a while)<br><br>func(args) — C# does this, I think, and probably some others<br><br><br>I personally believe that:<br><br>1. passing an array as a variadic argument list definitely requires some annotation at the call site<br><br>2.  func(args...) looks awesome and matches the existing declaration syntax, so it should be a clear winner in Swift.<br><br><br>A.<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>