Although there&#39;s no spelling for this... <a href="https://bugs.swift.org/browse/SR-3550">https://bugs.swift.org/browse/SR-3550</a><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 30, 2017 at 7:29 PM Joe Groff via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
&gt; On Jan 30, 2017, at 11:42 AM, Austin Zheng via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; The reason Swift works like this is because you can assign a function value (independently of calling it) to a variable. So there aren&#39;t two separate namespaces separating function names and variable names.<br class="gmail_msg">
<br class="gmail_msg">
To be honest, I would say that there&#39;s no &quot;reason&quot; for this, except as lingering effects of our early &quot;functions have simple names, and arguments have labeled tuple type&quot; model. If we had originally implemented the language with its current (at least aspirational) Smalltalk-ish compound-names model, we probably would have ended up allowing this, since the var and func do formally have different names. The ability to reference a function by only the first segment of its name is likewise legacy of the original model, though it happens to be useful since good naming hygiene encourages different base names for different things to begin with.<br class="gmail_msg">
<br class="gmail_msg">
-Joe<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>