KEMBAR78
20 Facts about Swift programming language | PDF
FACTS ABOUT
SWIFT PROGRAMMING
LANGUAGE20
Developed for 4 years in secrecy, nobody
knew about it outside of Apple, which is
impressive
#1
SwiftissupposedtocombinethebestpartsofCand
ObjectiveCwithoutcompatibilityconstraintsand
providesnewfeatures.
#2
It can be used for products with iOS7 and
OSX 10.9 and higher.
#3
It supports many modern programming
languages like Closures with Function
Pointers, Generics as well as functional
programming patterns.
#4
Better type safety
#5
Better memory management
#6
Created by Chris Lattner, the same person
who wrote llvm
#7
First appeared in June 2, 2014
#8
2014
Swift 2 finally comes with built-in support for
checking API availability
#9
Development began in 2010
#10
It supports three access control levels for
symbols: public, internal, and private.
#11
An important new feature in Swift is option
types
#12
Swift 2.0 was introduced at WWDC 2015
#13
Safety is a core value idea in Swift.
#14
Apple wants your code to look beautiful and
natural.
#15
Enums are one of the best features
#16
ENUM
Statements do not need to end with a
semicolon like from Objective-C
#17
;
The two biggest applauses this year were
when Apple announced UI testing support in
Xcode 7 and Swift goes Open Source
#18
Apple has combined both println() and print()
functions into one
#19
Swift is awesome :)
#20
Excited?
DoSelect now supports Swift.
Read more here:
http://blog.doselect.com/post/134983106223/swift-has-landed
Facts source: cribb.co

20 Facts about Swift programming language