Explore >> Select a destination


You are here

www.jviotti.com
| | swift.org
19.6 parsecs away

Travel
| | It has been a longstanding goal to stabilize Swift's ABI on macOS, iOS, watchOS, and tvOS. While a stable ABI is an important milestone for the maturity of any language, the ultimate benefit to the Swift ecosystem was to enable binary compatibility for apps and libraries. This post describes what binary compatibility means in Swift 5 and how it will evolve in future releases of Swift.
| | rhonabwy.com
12.7 parsecs away

Travel
| | In the past couple of years, I've had the occasion to want to make an XCFramework - a bundle that's used by Apple platforms to encapsulate binary frameworks or libraries - a couple of times. In both cases, the reason wasn't that I didn't want to ship the source, but because the source was from...
| | blog.allpurposem.at
19.1 parsecs away

Travel
| | As part of my game development major at DAE, I have to work on several projects which were not made with support for my platform of choic...
| | tenthousandmeters.com
75.2 parsecs away

Travel
| Consider a simple assignment statement in Python: a = b The meaning of this statement may seem trivial. What we do here is take the value of the...