From 0cb3f5af4c3a78867147b3ff9b87e94b5a460c34 Mon Sep 17 00:00:00 2001 From: Augustus Yuan Date: Tue, 3 Jun 2014 02:34:19 -0700 Subject: [PATCH] Added Swift Programming language book Recently introduced at WWDC 2014, added official programming language book from Apple --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 546cb612..ee631400 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -141,6 +141,7 @@ * [Smalltalk](#smalltalk) * [SQL (implementation agnostic)](#sql-implementation-agnostic) * [SQL Server](#sql-server) +* [Swift](#swift) * [Standard ML](#standard-ml) * [Subversion](#subversion) * [Tcl](#tcl) @@ -1624,6 +1625,10 @@ See also [TeX](#tex) * [Version Control with Subversion](http://svnbook.red-bean.com/) +###Swift +* [The Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11) (iBook) + + ###Tcl * [Tcl Programming](http://en.wikibooks.org/wiki/Programming:Tcl), by Richard.Suchenwirth, et. al. * [TclWise](http://www.invece.org/tclwise/index.html), by Salvatore Sanfilippo -- GitLab