The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

+++ title = "The Swift Programming Language - Apple Inc." date = 2017-02-26 updated = 2021-02-12

[taxonomies] tags = ["books", "apple inc.", "reviews", "swift", "it", "stars:5", "published:2014"] +++

GoodReads Summary: Swift is a new programming language for creating iOS and OS X apps. Swift builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an opportunity to reimagine how software development works.

{{ stars(stars=5) }}

Let's skip the language itself for a moment and focus on the writing of the book.

The interesting bit is the first 20-or-so pages. It starts with a very simple, very succinct explanation of the language, so if you any programming language, you can just start writing Swift code picking the pointers in those pages.

Then, the real content starts: It goes very deep, explaining every point in great detail, with expanding examples that start very simple at the start of the chapter and then go increasingly going complex to explain each point.

Really interesting way to explain a language.