In 2015, Apple introduced a new concept - Protocol Oriented Programming. I encourage you to watch the whole 50 minutes of the WWDC video. One of the conference's speekers laid down all new awesome Swift features and how protocols can help write a better, ... (more…)
Read more »
I’m thrilled to announce Swift Collections, a new open-source package focused on extending the set of available Swift data structures. Like the Swift Algorithms and Swift Numerics packages before it, we’re releasing Swift Collections to help incubate new ... (more…)
Read more »
The state of iOS dependency management in 2019 is not great, and might get worse before it gets better. A Brief History For years we ... (more…)
Read more »
Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. Lis... (more…)
Read more »