In a lot of ways, Swift is very flexible language and it is really easy to misuse it. Applying best practices becomes really important. (more…)
Read more »
Lets explore how actors work under the hood, using Swift's own source code as a guide to finding out how they work inside the compiler. (more…)
Read more »
Welcome to the third in a series of posts on the Swift runtime. The goal is to go over the functions of the Swift runtime, using what I learned in my Swift on Mac OS 9 project as a reference. This time we’re going to be talking about type metadata, the re... (more…)
Read more »
Michał Kowalczyk presents tools that will let you utilise a huge codebase of C and C++ in your project and discuss differences between them. (more…)
Read more »
A tool to enforce Swift style and conventions. Contribute to realm/SwiftLint development by creating an account on GitHub. (more…)
Read more »