Hacker News new | past | comments | ask | show | jobs | submit login

Well, how will Swift enforce that nobody outside of Apple distributes libraries that don't break ABI or API?



While a compile can't enforce APIs, the ABI generated by compiler.


The ABI is generated by the compiler in response to the code it is given. If you don't control the code, you can't guarantee an ABI. If you change the types of function arguments -- for example, adding fields to structs that are passed by value -- you will break ABI, even if the compiler doesn't change.


So, for C++, a good document about keeping ABI compatibility: https://community.kde.org/Policies/Binary_Compatibility_Issu...




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: