The Raspberry Pi is a fun little device that everyone can learn from. From robotics to home automation, you can use it to do just about anything. In September 2019, I hosted a workshop at try! Swift NYC where we used a Raspberry Pi to build a distance mea... (more…)
Read more »
In this article, I will show you how to install and use Swift 3 on Linux. Swift is officially tested and supported on Ubuntu Linux. I will assume that you have Ubuntu 16.04 installed on your server or on your local computer.
Read more »
2022 LLVM Developers' Meetinghttps://llvm.org/devmtg/2022-11/------Implementing Language Support for ABI-Stable Software Evolution in Swift and LLVMSpeaker: ... (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 »