The Swift Runtime: Type Metadata

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… Read more

Similar

A Closer Look at Swift Playgrounds for iPad

A few days ago my wife expressed an interest in learning how to code. ‘Really..? Sure!’, I said. ‘You should check out an app called Swift Playgrounds’. I was a little surprised, since she’s not the math or science type (she’ll freely admit that). Unlike ... (more…)

Read more »

Swift Service Discovery

It is my pleasure to announce a new open source project for the Swift Server ecosystem, Swift Service Discovery. Service Discovery is a Swift package designed to establish a standard API that can be implemented by various service discovery backends such a... (more…)

Read more »