<div><div dir="auto">Sorry to revive this, but back on my ABI stability education:</div><div dir="auto"><br></div><div dir="auto">Swift 5 planning was announced today (woohoo!) with a primary target on ABI stability. Finalising generics seems to be a major part of this, with &quot;conditional conformances&quot;, &quot;recursive protocol requirements,&quot; and &quot;there are <span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)">no known other generics enhancements needed for ABI stability&quot; as key points.</span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)"><br></span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)">But it seems like there&#39;s quite a bit more left in the generics manifesto unimplemented. Perhaps some of what&#39;s in there is controversial, but something like generalised existentials afaik *is/was* planned.. can someone explain how GE doesn&#39;t affect ABI stability?</span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)">To my very naive mind it&#39;s not that different from some other things said to affect ABI, and to my slightly less naive mind, I believe it was going to enable a protocol oriented approach to KeyPaths in the future, which seems like it would affect ABI of stdlib.</span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)"><br></span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)">I&#39;m quite sure I&#39;m missing the core concept at this point, so I&#39;d be content with my examples being ignored and just pointing me towards a general/educational resource on ABI vs. interface thats vaguely compatible with Swift.</span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)"><br></span></div><div dir="auto"><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,&quot;Segoe UI Symbol&quot;;background-color:rgb(255,255,255)">Thanks!</span></div><br><div class="gmail_quote"><div>On Tue, Aug 8, 2017 at 6:18 PM, Chris Lattner &lt;<a href="mailto:clattner@nondot.org">clattner@nondot.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>
&gt; On Aug 7, 2017, at 11:34 PM, Elviro Rocca &lt;<a href="mailto:retired.hunter.djura@gmail.com" target="_blank">retired.hunter.djura@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I agree with everything you wrote, in particular I agree with the idea that it is more important to get the big efforts right, and that they should take priority. But I would consider a distinction:<br>
&gt;<br>
&gt; - big efforts that add huge new features to the language so that things that were done in userland with libraries can be done natively and idiomatically (concurrent programming, for example);<br>
&gt; - more &quot;theoretical&quot; big efforts, that allow one, while building a single app or a big library, to &quot;express&quot; more things more precisely in the language, and improvements to the generics and protocols systems fall in this second realm;<br>
&gt;<br>
&gt; The reason why I consider the second kind of feature as more important than the first (thus, earning higher priority) is that, apart from reducing the amount of busywork to be done in many cases where the abstraction power is not good enough, it gives more tools for the community to build upon, it allows many people to do more with the language than probably me, you and the core team have ever though of, it fosters the explosion of creativity that&#39;s only possible when a language is expressive enough and it&#39;s not only based on certain conventions (that, by definition, constraint the way a language is commonly used).<br>
<br>
MHO is that both are important.  I think the details of the tradeoffs involved prioritizing the individual members of those categories are bigger than the difference between the two categories.  I don’t think this is a useful way to try to slice the problem up.<br>
<br>
-Chris<br>
<br>
</blockquote></div></div>