Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Welcome to the Swift programming language. If you’re an experienced programmer, Swift is a great language to add to your toolkit. If you’re new to coding, Swift is terrific as your starting point. In his module, you’ll learn about Swift’s history, including why it was invented and why it’s a great language to learn, especially for beginners. You’ll also learn about Swift’s main goals and objectives as a language.
You’ll also learn about Xcode, the integrated development environment for building projects with Swift, as well as Xcode playgrounds. This is where we’ll spend most of our time learning Swift. You’ll also learn about running Swift in the command line using the REPL in the terminal and with the command line. The REPL is quite handy for testing short bits of your Swift code without having to open or start a new Xcode playground; and using the terminal is a solid skill for any developer.
It is designed both for experienced programmers who want to add Swift to their toolkit and for people who are new to coding, since Swift is described as a terrific starting point.
It covers Swift's history and why it was invented, Swift's main goals and objectives as a language, Xcode and Xcode playgrounds, and running Swift on the command line using the REPL in the terminal.
No. The course welcomes new coders and presents Swift as a great starting point, while also being valuable for experienced programmers.
The module includes three lessons: Swift Overview, Xcode, and Command Line and REPL.
The REPL lets you test short bits of your Swift code without having to open or start a new Xcode playground, and it is run in the terminal from the command line.