Worth noting this can be achieved in Ruby using a shorthand syntax that turns a symbol into a method:<br><br>     cars.map(&amp;:make)<br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 16, 2015 at 9:32 AM Al Skipp 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"><div style="word-wrap:break-word"><div><blockquote type="cite"><div>On 16 Dec 2015, at 17:20, Matthew Johnson via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br><div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Joe Groff noted syntactic ambiguity caused by omitting $0.  Unless that potential ambiguity could be resolved in some way this wouldn’t actually work.  It does work if you include $0:</div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">cars.map{$0.make}</div></div></blockquote><br></div></div><div style="word-wrap:break-word"><div>Hey, we’re back where we started! ; )</div><div><br></div><br>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=P-2BsYbBZHRBuLDBJaL4DIKDNfkkjpROowTyRAObV11qxj1NVontangTYE1QAcEqZECBrUq5PTO-2Fs-2Bk0DXYlOay1OYh-2F-2FppT9Vr1K2wusUrBRSSzOGvOAZSMV3SM5sl7wy-2F9E5MOFmf9aJLAiMfZDIyuPXznP0Og6nrh83WrKY0iOxPyFf4PXOzV416QcZoRdtWkHG6Kw8inOnu6kbnTNY5a9SMiF69sthKR0OGObxOgw-3D" alt="" width="1" height="1" border="0" 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">
</div>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">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>
</blockquote></div>