After a few months of work we can proudly present our Swift Sandbox that let’s you run swift code directly in the browser:
Training App
Our Swift Programming from Scratch training app is accessible online because of this! The first two chapters (Chapter 1: First Steps, Chapter 2: Conditionals) have the training app enabled for all exercises (available for free).
Embedding the Swift Sandbox
You will be able to integrate the sandbox into your own page as soon as we scale the system. More details about how to do this will be posted on our Swift Sandbox page.
Code Examples
Printing a the first N numbers:
Printing a square of *
: