Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Let's Get Lazy - The Real Power of Functional Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Example
- 3 Compute
- 4 Haskell
- 5 Why purity is important
- 6 Defining compute
- 7 The charm of lambda expressions
- 8 Lazy expressions in C
- 9 An imperative example
- 10 Terminal operations
- 11 Infinite streams
- 12 Its cold like this
- 13 The beauty of imperative code
- 14 Lazy evaluation
- 15 Creating a series
- 16 Lazy evaluations
- 17 polymorphism
- 18 encapsulation
- 19 resources
- 20 Semantics