Swift is friendly to new programmers. It’s an industrial-quality programming language that’s as expressive and enjoyable as a scripting language . Writing Swift code in a playground lets you experiment with code and see the results immediately, without the overhead of building and running an app.
Read moreWhat language is Swift most similar to?
Swift is more similar to languages such as Ruby and Python than is Objective-C. For example, it’s not necessary to end statements with a semicolon in Swift, just like in Python.
Read more