<div dir="ltr">You&#39;re saying that there is universally no inherent difference, and that all calls &quot;determine if you have called it&quot; correctly, but then picked one of only a handful of cases in current practice where that is actually true. Yes &quot;+&quot; (/other math operators) and array access are unsafe, but most other things in Swift are safe by default, and you have to opt into un-safety (e.g. forcing or checking an optional or throwing call) — this is a main tenant of the language.<div><br></div><div>Perhaps I was not totally clear while mixing and matching my observations/interpretations of safety and fallibility in compile vs. runtime and readability vs. writability in my initial email, but I believe the spirit of my concern was clear: there is obviously a difference between dynamic and static languages/calls, and having the syntax the same is misleading in a language centered around static safety, perhaps to a degree where it is ergonomically counter productive.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 27, 2017 at 4:12 PM, Magnus Ahltorp <span dir="ltr">&lt;<a href="mailto:map@kth.se" target="_blank">map@kth.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">&gt; 27 Nov. 2017 22:38 Mathew Huusko V via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; I tuned out the initial discussions of this proposal because there seemed to be a lot of noise centered around implementation/<wbr>maintainability. I&#39;m curious if the actual premise of the syntactic/sugar conversion has been discussed/debated yet? i.e. making dynamic/stringly calls look like normal calls is very clean, but it&#39;s also very misleading (by definition; they&#39;re not normal/safe/checked calls) with a potential net reduction in ergonomics.<br>
<br>
</span>There is nothing that is inherently non-fallible with &quot;normal&quot; Swift calls. As far as the caller can tell, any function or method you call can fail. There is no difference here; the implementation of the &quot;user-defined dynamic member lookup&quot; object will determine if you have called it in a proper way or not, in the same way as &quot;+&quot; will determine if you have called it in a way that overflows or not.<br>
<span class="HOEnZb"><font color="#888888"><br>
/Magnus<br>
<br>
</font></span></blockquote></div><br></div>