Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Intro to Functional Programming in C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Bruce Lee
- 3 Alonzo Church
- 4 Landon Backus
- 5 Effects of Functional Programming
- 6 Purity
- 7 Pure Values
- 8 Pure Lists
- 9 Map
- 10 Hackery
- 11 Functions
- 12 Fold
- 13 Copy
- 14 Append
- 15 Algebraic Data Types
- 16 Product
- 17 Product B
- 18 Zero Type
- 19 Bottom Type
- 20 Unit Type
- 21 Sum Type
- 22 Union
- 23 Pool
- 24 Post Conditions
- 25 Inheritance
- 26 Pure List
- 27 Magic Products
- 28 Functional Approach