One of the features I like most about Swift is its pretty great integration... (more…)
Read more »
First part of an in-depth guide into developing a native macOS application using Haskell with Swift and SwiftUI. This part covers the set-up required to call Haskell functions from Swift in an XCode project using SwiftUI. (more…)
Read more »
Generics are an advanced Swift feature to generalizer and reuse code. You will learn why generics exist and how to use them in your apps. (more…)
Read more »
Swift 5.0 introduced a stable binary interface on Apple platforms. This meant that apps built with the Swift 5.0 compiler can use the Swift runtime and standard library built into the operating system, and that existing apps will remain compatible with ne... (more…)
Read more »
WatchDuck is a lightweight, cross-platform web service monitor written entirely in Swift. - BertanT/WatchDuck... (more…)
Read more »