A package of production grade Swift data structures - apple/swift-collections... (more…)
Read more »
Recently I got interested in the new Apple language Swift, that will
probably replace objective-c as the language of choice for native iOS
and OSX applications.
Read more »
We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (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 »
Predicates can enable us to filter various collections in ways that are incredibly flexible. Let’s take a look at how we could construct powerful, type-safe predicates using closures, generics, and operators. (more…)
Read more »