Been several years since working with Swift. This is a refresher and some general notes, starting with the basics. This is focused on Swift v4. Playground – an Xcode project of a single file that can be executed. REPL – Read, Eval, Print, Loop; We can run the swift REPL by opening a terminal […]