1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-02 22:40:47 +00:00

Added Swift Programming language book

Recently introduced at WWDC 2014, added official programming language book from Apple
This commit is contained in:
Augustus Yuan 2014-06-03 02:34:19 -07:00
parent 1d38c6ecca
commit 0cb3f5af4c

View File

@ -141,6 +141,7 @@
* [Smalltalk](#smalltalk) * [Smalltalk](#smalltalk)
* [SQL (implementation agnostic)](#sql-implementation-agnostic) * [SQL (implementation agnostic)](#sql-implementation-agnostic)
* [SQL Server](#sql-server) * [SQL Server](#sql-server)
* [Swift](#swift)
* [Standard ML](#standard-ml) * [Standard ML](#standard-ml)
* [Subversion](#subversion) * [Subversion](#subversion)
* [Tcl](#tcl) * [Tcl](#tcl)
@ -1624,6 +1625,10 @@ See also [TeX](#tex)
* [Version Control with Subversion](http://svnbook.red-bean.com/) * [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
* [Tcl Programming](http://en.wikibooks.org/wiki/Programming:Tcl), by Richard.Suchenwirth, et. al. * [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 * [TclWise](http://www.invece.org/tclwise/index.html), by Salvatore Sanfilippo