Abstract
The Swift playground is a new environment where the developers can view and manipulate their code live, instead of having to compile and run and test their code. You type your code and the compiler evaluates the code and gives you feedback right away; you can see the side effects. Think of it as a mini project with one file and an SDK to compile against.
Copyright information
© Waqar Malik 2015