Series: The Swift Runtime
Over on my programming blog I’ve started a series about the Swift runtime, the “glue” code that makes Swift programs work. I’m not going to link every article here, but you should check it out if you’re interested in that sort of thing.
Objective-Rust
A colleague nerd sniped me into learning how to make Objective-C messaging syntax valid in Rust. Read about it on my programming blog.
ProcessPublisher
I made a Swift package that allows running child processes as part of a stream of operations using Apple’s Combine framework. Check out the source if you’re interested in that sort of thing.