How Does Functional Programming Work in Production?

Опубликовано: 12 Июль 2026
на канале: Sammy Engineering
4,476
234

This is the long awaited part 2 to    • Is Functional Programming a Good Idea?  
Link to my website: https://www.spronket.com

In this video I talk about the tools functional programmers have to develop real-world production applications including:

Immutable Data Structures
Immutable Arrays, Immutable Hashmaps, Immutable Sets
Linked Lists
Immutable Trees

I also talk about how to structure real-world functional programming applications including:
how to build a webiste using functional programming/how to build a web server using functional programming
how to build a client-side application/how to build a game/how to build a desktop application using functional programming.

I also talk about some of the benefits of functional programming, including memoization and lazy evaluation.