SlideShare a Scribd company logo
1
Swift :A multi-paradigm, compiled
programming language
Speaker:
Kishan Ravindra
iOS Developer
Qwinix Technologies Pvt Ltd.
@RavindraKishanM
github.com/Kishanravindra
2
Apple's 2014
Worldwide Developers Conference
(WWDC)
“And One More Thing…”
3
4
5
6
“Change is the law of life”
- John F Kennedy
7
History
Chris Lattner
8
•Multi-paradigm language.
•Complied-programming
language.
•Build under “LLVM”
framework.(Low Level Virtual
Machine)
•influenced such as
Js,Rust,Haskell,Ruby,Python,C#
and CLU(Computing Language
utility).
•New Innovative scripting
programming language for
iOS and OS X.
9
Swift Language Principles
10
Fast
11
Modern
Objective-C:
Swift:
if (myDelegate != nil)
{
if([myDelegate respondsToSelector: @selector(scrollViewDidScroll:)])
{
[myDelegate scrollViewDidScroll:myScrollView];
}
}
myDelegate?.scrollViewDidScroll?(myScrollView)
12
And…
we don't
need to
type it
;
13
Safe
Restricts Null Crush
14
Interactive
Playground
15
Where Swift Stands?
16
Why is better than ?
Conclusion
17
Conclusion
18

More Related Content

PDF
A Brief Overview of Kotlin
PPTX
Ergonomiska grafiska algoritmu aprakstīšanas valoda DRAKON
DOCX
La vida de la Martina
PDF
24 τρόποι για να μειώσετε τα κόστη της επιχείρησής σας
PDF
18 δραστηριότητες για να μη βαρεθείτε στις καλοκαιρινές διακοπές
PPTX
Presentation1
A Brief Overview of Kotlin
Ergonomiska grafiska algoritmu aprakstīšanas valoda DRAKON
La vida de la Martina
24 τρόποι για να μειώσετε τα κόστη της επιχείρησής σας
18 δραστηριότητες για να μη βαρεθείτε στις καλοκαιρινές διακοπές
Presentation1

Viewers also liked (9)

PDF
PPTX
The march of dimes ppt for ct
PDF
22 αποτελεσματικοί τρόποι follow up για την αύξηση των πωλήσεων
PDF
PPTX
Σύμβουλοι επιχειρήσεων
PPTX
Treatment of hiv and aids
PDF
40 + 1 TEST, ΤΕΣΤ
PPTX
Rwd ppt
PDF
28 τακτικές marketing για να αυξήσετε τις πωλήσεις σας αυτό το καλοκαίρι
The march of dimes ppt for ct
22 αποτελεσματικοί τρόποι follow up για την αύξηση των πωλήσεων
Σύμβουλοι επιχειρήσεων
Treatment of hiv and aids
40 + 1 TEST, ΤΕΣΤ
Rwd ppt
28 τακτικές marketing για να αυξήσετε τις πωλήσεις σας αυτό το καλοκαίρι
Ad

Similar to Swift (20)

PDF
Ryerson DMZ iOS Development Workshop
PDF
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
PDF
Using Swift for all Apple platforms (iOS, watchOS, tvOS and OS X)
PPTX
TOP 10 REASON WHY SWIFT IS THE OPTION FOR IOS APP DEVELOPMENT.pptx
KEY
Language Engineering in the Cloud
PPTX
Android | Xamarin | Mobile Application development
PPTX
Programming languages
PDF
A Brief History of Programming Languages.pdf
PDF
Write cross platform native apps in Ruby
PDF
Best 7 Programming Languages for iOS App Development
PPTX
mobile application development mobile application development
PDF
Bringing the Ruby language into the mobile world
PPTX
Top ten computer languages in 2018
PPTX
C is a general−purpose, high−level language that was originally developed by ...
PPT
Sailfish os
PPT
Visula C# Programming Lecture 1
PDF
Top Programming Language of 2018
DOCX
Swift language seminar topic
PPTX
Chapter-1 C#.pptx
DOCX
Top ten languages of Mobile Devices 2017
Ryerson DMZ iOS Development Workshop
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
Using Swift for all Apple platforms (iOS, watchOS, tvOS and OS X)
TOP 10 REASON WHY SWIFT IS THE OPTION FOR IOS APP DEVELOPMENT.pptx
Language Engineering in the Cloud
Android | Xamarin | Mobile Application development
Programming languages
A Brief History of Programming Languages.pdf
Write cross platform native apps in Ruby
Best 7 Programming Languages for iOS App Development
mobile application development mobile application development
Bringing the Ruby language into the mobile world
Top ten computer languages in 2018
C is a general−purpose, high−level language that was originally developed by ...
Sailfish os
Visula C# Programming Lecture 1
Top Programming Language of 2018
Swift language seminar topic
Chapter-1 C#.pptx
Top ten languages of Mobile Devices 2017
Ad

Swift