SlideShare a Scribd company logo
Making Swift Even
More Functional
- Swift Summit
Hello, Iโ€™m
Veronica Ray!
Swift is great, but it
could be better
Time to make
change is now
โ€“The Recurse Center Userโ€™s Manual
โ€œBe rigorous. Understand
how and why your code
works. Understand your
tools. If you're working with
a framework (like Sinatra or
Flask), learning to use it is
just scratching the surface.
Go deeper. Learn how it
works.โ€
โ€“ Functional Programming In Swift
โ€œFunctional programmers
emphasize that each
program can be repeatedly
broken into smaller and
smaller pieces; all these
pieces can be assembled
using function application
to de๏ฌne a complete
program.โ€
โ€“ Functional Programming In Swift
โ€œFunctional programmingโ€ฆ
emphasizes the importance
of programming with values,
free of mutable state or
other side effects.โ€
CLASS
VS
STRUCT
WHY FUNCTIONAL?
โ€ขHelps you write clear
and concise code
โ€ขMakes concurrency
easier
โ€ขReduces complexity
vs
SIMPLICITY
 Making Swift Even More Functional
COMPARED TO
SCALA
 Making Swift Even More Functional
Too many
custom
operators and
not opinionated
enough
FP IN SWIFT
โ€ขlist
comprehensions
โ€ขtail call
optimization
FP IN SWIFT
โ€ขlist
comprehensions
โ€ขtail call
optimization
LIST
COMPREHENSIONS
POWERFUL
PYTHON
PYTHON
BYTE CODE
PYTHON FOR LOOP
BYTE CODE IS
23 LINES!
vs
BYTE CODE IS THE SAME
SPELLING CORRECTOR
CONCISENESS
Reading code
Writing code
ADDING IT TO
SWIFT
FP IN SWIFT
โ€ขlist
comprehensions
โ€ขtail call
optimization
RECURSION
TAIL CALL
TAIL RECURSIVE CALL
STACK TRACE
(fact 3)
(fact-tail 3 1)
(fact-tail 2 3)
(fact-tail 1 6)
(fact-tail 0 6)
6
NOT TAIL RECURSIVE
STACK TRACE
(fact 3)
(* 3 (fact 2))
(* 3 (* 2 (fact 1)))
(* 3 (* 2 (* 1 (fact 0))))
(* 3 (* 2 (* 1 1)))
(* 3 (* 2 1))
TAIL CALL
OPTIMIZATION
NOT
GUANRANTEED
SWIFT CODE
BYTE CODE
jne to the label containing the
conditional jump
BLOW OUT THE STACK
HOPE?
CHANGE YOUR
BYTECODE
CHANGE YOUR LIFE
RECURSION KILLS
RADAR
LEARN MORE
โ€ขFunctional Swift Conference
โ€ขOpen Radar
โ€ขDev Forums
โ€ขTwitter
โ€ขNatasha The Robotโ€™s Blog
WHEN SWIFT GOES
OPEN SOURCE
TIME TO MAKE
CHANGE IS NOW

More Related Content

PDF
Build a Chatbot in Ten Minutes - Dave Kerr - Serverless Summit
PDF
Sagas os Elixir
KEY
A Branch for Every Feature - Atlassian Summit 2012
PPTX
Introduction to Coffeescript
PPTX
Flask and Paramiko for Python VA
PPTX
Async CTP 3 Presentation for MUGH 2012
PDF
Go with the flow!
PPTX
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
Build a Chatbot in Ten Minutes - Dave Kerr - Serverless Summit
Sagas os Elixir
A Branch for Every Feature - Atlassian Summit 2012
Introduction to Coffeescript
Flask and Paramiko for Python VA
Async CTP 3 Presentation for MUGH 2012
Go with the flow!
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven

Viewers also liked (20)

PDF
Monitoring Swift - OpenStack Summit May 2015, Vancouver
DOCX
เน€เธ„เธฅเน‡เธ”
PDF
Elegala.com Media Kit
ย 
PPTX
So much has happened since
PPTX
Wyattโ€™s First Book
PPTX
Enable Your Customers 24/7
PDF
เน€เธ„เธฅเน‡เธ”
PPSX
Peru 2011
PPTX
First grade 2011
PDF
เธฃเน‰เธฒเธ™เธญเธฒเธซเธฒเธฃเธเธตเนˆเธ›เธธเนˆเธ™ เธ‹เธนเน‚เธกเนˆ เธ‹เธนเธŠเธด เน€เธŠเธตเธขเธ‡เนƒเธซเธกเนˆ
PDF
GreenCampUkraine
PPTX
So Much Has Happened Since
PDF
Real World Mocking In Swift
PPS
Un bello ejemplo
PPTX
เธฃเน‰เธฒเธ™เธญเธฒเธซเธฒเธฃเธเธตเนˆเธ›เธธเนˆเธ™ เธ‹เธนเน‚เธกเนˆ เธ‹เธนเธŠเธด เน€เธŠเธตเธขเธ‡เนƒเธซเธกเนˆ
PPT
Applicationsofbioinformaticsindrugdiscoveryandprocess
PDF
Event Brochure Media Kit2011
ย 
PDF
You Used To Inject Me In Your Constructor
PDF
FrenchKit: End to End Application Development with Swift
PDF
O'Reilly Software Architecture Conf: Cloud Economics
Monitoring Swift - OpenStack Summit May 2015, Vancouver
เน€เธ„เธฅเน‡เธ”
Elegala.com Media Kit
ย 
So much has happened since
Wyattโ€™s First Book
Enable Your Customers 24/7
เน€เธ„เธฅเน‡เธ”
Peru 2011
First grade 2011
เธฃเน‰เธฒเธ™เธญเธฒเธซเธฒเธฃเธเธตเนˆเธ›เธธเนˆเธ™ เธ‹เธนเน‚เธกเนˆ เธ‹เธนเธŠเธด เน€เธŠเธตเธขเธ‡เนƒเธซเธกเนˆ
GreenCampUkraine
So Much Has Happened Since
Real World Mocking In Swift
Un bello ejemplo
เธฃเน‰เธฒเธ™เธญเธฒเธซเธฒเธฃเธเธตเนˆเธ›เธธเนˆเธ™ เธ‹เธนเน‚เธกเนˆ เธ‹เธนเธŠเธด เน€เธŠเธตเธขเธ‡เนƒเธซเธกเนˆ
Applicationsofbioinformaticsindrugdiscoveryandprocess
Event Brochure Media Kit2011
ย 
You Used To Inject Me In Your Constructor
FrenchKit: End to End Application Development with Swift
O'Reilly Software Architecture Conf: Cloud Economics
Ad

Similar to Making Swift Even More Functional (20)

PPTX
Why functional programming in C# & F#
PPTX
Life Beyond Rails: Creating Cross Platform Ruby Apps
PDF
BDX 2016 - Tzach zohar @ kenshoo
PDF
RxSwift for Beginners - how to avoid a headache of reactive programming
PDF
Unveiling the Power of Java Streams API
PDF
Fluent Interfaces
PPTX
Deep dive into Conversational Ai development
PPT
PPT
Building CLIs with Ruby
ย 
PPTX
Demystifying Selenium framework
PDF
WTFAST Crack Latest Version FREE Downlaod 2025
PDF
uTorrent Pro Crack Latest Version free 2025
PDF
Adobe Master Collection CC Crack 2025 FREE
PDF
AOMEI Partition Assistant Crack 2025 FREE
PDF
K7 Total Security 16.0.1260 Crack + License Key Free
PPTX
Evolving Scala, Scalar conference, Warsaw, March 2025
PPT
e3-chap-08.ppt
PDF
JourneyToLowCode_4of4.pdf
PDF
Deciding Between NestJS and Laravel: Syntax, Authentication, and Real-time Ca...
PDF
How does intellisense work?
Why functional programming in C# & F#
Life Beyond Rails: Creating Cross Platform Ruby Apps
BDX 2016 - Tzach zohar @ kenshoo
RxSwift for Beginners - how to avoid a headache of reactive programming
Unveiling the Power of Java Streams API
Fluent Interfaces
Deep dive into Conversational Ai development
Building CLIs with Ruby
ย 
Demystifying Selenium framework
WTFAST Crack Latest Version FREE Downlaod 2025
uTorrent Pro Crack Latest Version free 2025
Adobe Master Collection CC Crack 2025 FREE
AOMEI Partition Assistant Crack 2025 FREE
K7 Total Security 16.0.1260 Crack + License Key Free
Evolving Scala, Scalar conference, Warsaw, March 2025
e3-chap-08.ppt
JourneyToLowCode_4of4.pdf
Deciding Between NestJS and Laravel: Syntax, Authentication, and Real-time Ca...
How does intellisense work?
Ad

Recently uploaded (20)

PPT
Mechanical Engineering MATERIALS Selection
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Digital Logic Computer Design lecture notes
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Well-logging-methods_new................
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
DOCX
573137875-Attendance-Management-System-original
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
composite construction of structures.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mechanical Engineering MATERIALS Selection
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Digital Logic Computer Design lecture notes
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Well-logging-methods_new................
R24 SURVEYING LAB MANUAL for civil enggi
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
573137875-Attendance-Management-System-original
Automation-in-Manufacturing-Chapter-Introduction.pdf
bas. eng. economics group 4 presentation 1.pptx
Sustainable Sites - Green Building Construction
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Foundation to blockchain - A guide to Blockchain Tech
composite construction of structures.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf

Making Swift Even More Functional