<div dir="ltr"><div>I’m not very fond of having just a single dot in front of the method call, as it could easily be missed.<br>In the case of <span style="font-family:monospace,monospace">s.predicate = .hasPrefix(&quot;abc&quot;)</span><span style="font-family:arial,helvetica,sans-serif">, I would prefer something slightly more expressive.<br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">As it is right now in Swift, accessing methods directly gives you a curried function back, which expects the object instance as argument in the first call, and the rest in the second call.<br></span></div><div><span style="font-family:arial,helvetica,sans-serif">E.g. <span style="font-family:monospace,monospace">String.hasPrefix(&quot;abcd&quot;)(&quot;a&quot;)</span> is the same as <span style="font-family:monospace,monospace">&quot;abcd&quot;.hasPrefix(&quot;a&quot;)<br></span><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Flipping the arguments like this:<br><span style="font-family:monospace,monospace">func flip&lt;A, B, C&gt;(f: A -&gt; B -&gt; C) -&gt; (B -&gt; A -&gt; C) {<br>    return { valB in<br>        return { valA in<br>            return f(valA)(valB)<br>        }<br>    }<br>}<br><br>String.hasPrefix(&quot;abcd&quot;)(&quot;a&quot;)<br>let myHasPrefix = flip(String.hasPrefix)<br>myHasPrefix(&quot;a&quot;)(&quot;abcd&quot;)</span><br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">…would allow us to write the following:<br></span></div><div><span style="font-family:arial,helvetica,sans-serif"><span style="font-family:monospace,monospace">s.predicate = flip(String.hasPrefix(&quot;abcd&quot;))</span><br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Perhaps it could be extended to</span> something akin to<br><span style="font-family:arial,helvetica,sans-serif"><span style="font-family:monospace,monospace">s.predicate = String::hasPrefix(&quot;abcd&quot;)</span><br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">The currying only works for methods and not for properties, so this isn’</span><span style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">t currently possible to express like the above:<br></span><span style="font-family:monospace,monospace">[&quot;John&quot;, &quot;Rachel&quot;, &quot;Thomas&quot;].map({ $0.endIndex })<br></span></span></div><div><span style="font-family:arial,helvetica,sans-serif"><span style="font-family:monospace,monospace">[&quot;John&quot;, &quot;Rachel&quot;, &quot;Thomas&quot;].map({ $0.characters.count })</span><br></span></div><div><span style="font-family:arial,helvetica,sans-serif"><br>—Johan</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 18, 2015 at 2:05 PM, Matthew Johnson via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><div><br></div><div><blockquote type="cite"><div>On Dec 18, 2015, at 6:52 AM, Al Skipp &lt;<a href="mailto:al_skipp@fastmail.fm" target="_blank">al_skipp@fastmail.fm</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word"><blockquote type="cite">On 18 Dec 2015, at 03:27, Matthew Johnson via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br>Swift currently offers dot shorthand for static members of type Self in type contexts expecting a value of the type in question.  This is most commonly used with enum cases.<br><br>Swift does not currently offer shorthand for instance members.  Introducing a shorthand for instance members would improve clarity and readability of code in common cases:<br><br>anArray.map{$0.anInstanceMethod()}<br><br>becomes:<br><br>anArray.map(.anInstanceMethod())<br><br>This shorthand would work in typing contexts expecting a single argument function.  It would allow abbreviated access to any visible instance property getter or instance method on the type of the argument.  Of course the return type would need to match the return type expected by the context or a type mismatch compiler error would occur.<br><br>The readability advantage is arguably small but it does exist.  The feature also aligns very well with an existing language feature.<br><br>I think it’s an interesting idea and am wondering whether others feel like it is something worth pursuing or not.<br><br>Matthew<br></blockquote><br><div>I’d be interested to hear peoples thoughts regarding this proposal. I’m personally in favour, but perhaps there are potential issues with the suggestion?</div><div><br></div><div>It’s only a small visual change, but I think it is a syntactic improvement. Let’s pretend for a moment that the current syntax was:</div><div><b>anArray.map(.anInstanceMethod())</b></div><div><br></div><div>I’m not sure many people would argue for it to be changed to:</div><div><b>anArray.map { $0.anInstanceMethod() }</b></div></div></div></blockquote><br></div></span><div>Thanks Al.  I should have also pointed out that the syntactic advantage is a bit greater in other contexts where the braces would not replace parentheses:</div><div><br></div><div>struct S {</div><div>  var predicate: String -&gt; Bool</div><div>}</div><div><br></div><div>var s = S()</div><div>s.predicate = { $0.hasPrefix(“abc”) }</div><div><br></div><div>vs</div><div>s.predicate = .hasPrefix(“abc”)</div><div><br></div><div>It’s not a super important change, but maybe a low-hanging fruit item that can improve clarity and readability.</div><div><br></div><div>Matthew</div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=KlmFWKNIEcyPEGx2Wqruu-2FaM6I0anrxIOlKS1pgqec6F7LvfJew-2Fo6U081v3n-2FR2FQkjWpV8RL-2BOE0SZ3QTBBEXDnp2G9qJs5qIft2kg8JAR4NY1YBTircPXUfaidVJ1K-2BpB3KWxb-2BOZiGMewFvh4M5X-2FR2BOTegh5OfrPOZhA1h9ZIYEKgp1YCKsRNmFGIyo-2BeQE34U10WQmNTD5O-2BZOvjjj3POAoqxnAghYaHfacA-3D" alt="" style="min-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" height="1" border="0" width="1">
</div>
<br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div>