Learn how you can use the Result type that was introduced in Swift 5 to clearly communicate success and error cases in your code. (more…)
Read more »
Hey all, Swift has always been designed to be safe-by-default. This informs runtime features like bounds checking, integer overflow checking, and automatic reference counting, and type system features like optionals. But this safety has never extended to... (more…)
Read more »
Related Posts: Innovation as a Fringe Activity Aging is a software bug Setting up a “robust” Minecraft server… (more…)
Read more »
Swisp - A simple Scheme (Lisp dialect) interpreter written in Swift.
Read more »
This post describes the goals, release process, and estimated schedule for Swift 4.1. (more…)
Read more »