Functional Programming for Pragmatists
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the practical benefits of functional programming in this 41-minute conference talk from GOTO Copenhagen 2021. Discover how functional programming can help build and maintain high-quality software more efficiently. Learn about performance advantages like caching, precomputing, and parallelizing, as well as development benefits in testing, revising, and debugging. Examine potential drawbacks and ecosystem considerations. Gain insights from Richard Feldman's decade of experience using functional programming professionally and as a hobbyist, comparing it to object-oriented programming. Ideal for pragmatic developers interested in improving their software development practices.
Syllabus
Intro
Outline
Scope: What is functional programming?
Performance
Scope: Pure functions
Performance: Caching
Performance: Precomputing
Performance: Parallelizing
Performance: Performance drawbacks
Development
Development: Testing
Development: Revising
Development: Debugging
Development: Development drawbacks
Ecosystem
Summary
Outro
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube