29-03-2018 14:00 via theverge.com

The Xcode cliff

Swift Playgrounds is a wonderful introduction to programming. It introduces imperative logic, functions, methods, loops, and many of the marvelous APIs that are available to iOS developers.
But it’s called a “playground” for a reason: you can’t make an app with Swift Playgrounds. You play with code, you learn about code, and you do indeed code. But if you want to build something useful and distributable, you need to look elsewhere.
Some popular options are Codea, which a
Read more »