Exploring Swift 5.2’s new functional features

Let’s explore two of Swift 5.2’s new features, that both give the language some really interesting capabilities from a functional programming perspective. Read more

Similar

Concurrency in Swift 5 and 6

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 »