This has come up several times on the forums, but I've never written it up in a standard place, so here it is: **There are only three ways to get run-time polymorphism in Swift.** Well, three and a half. (more…)
Read more »
GCD is not for thread-unsafe shared resources since it does not guarantee the same thread will be used. We can use threads API with a bit of sugar syntax. (more…)
Read more »
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. - pointfreeco/swift-composable-architecture... (more…)
Read more »
http://www.LLVM.org/devmtg/2017-10/ — Implementing Swift Generics - Douglas Gregor, Slava Pestov and John McCall Slides: Coming Soon — Swift is a safe and ef... (more…)
Read more »