The app offers lots of ways to learn Apple's programming language. Here's a look at it.
Apple's Swift Playgrounds app introduces computer science concepts like decomposition, or breaking one large task into several smaller, more manageable ones.
Apple's Swift Playgrounds app tries to show how programming is like some real-world tasks.
Apple's Swift Playgrounds app uses an example of planting seeds to describe how a "for loop" automates repeated tasks.
Apple's Swift Playgrounds app uses graphics to shows how a collection of commands can be grouped into a single function that can be invoked again and again.
Swift Playgrounds is a touchscreen app and you don't have to type much; suggested commands are at the bottom of the screen.
In Apple's Swift Playgrounds app, you can change text, such as adding the word "human," and then run the program to see how it works.
Apple's Swift Playgrounds app features three animated characters who gather gems and flip toggle switches on and off. You can create custom functions to control how each character moves, turns and takes other actions.
Apple's Swift Playgrounds app has an Answer module that outlines how basic text interactions work on the computer.
Apple geared Swift Playgrounds toward kids, but adults can learn about programming through the app too.
One of the Swift Playgrounds challenge modules is the classic Conway's Game of Life using emoji. You can change them or change the rules that govern how the cells in the grid live or die.
No matter how much Apple's Swift Playgrounds app simplifies things, object-oriented programming takes some getting used to.
Apple's Swift Playgrounds app offers a shapes section that lets you fiddle with a variety of Swift commands on the left side of the screen and see what happens on the right.