Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Clojure: Enemy of the State - Functional Programming Concepts
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is a "value"?
- 3 What about composite values?
- 4 Are objects composite values?
- 5 Roadmap
- 6 Primitives
- 7 Clojure collections
- 8 Collection functions
- 9 Isn't this all horribly inefficient?
- 10 What things produce sequences!
- 11 What can you do with them?
- 12 The Grand Abstraction
- 13 Line counts
- 14 Map representation
- 15 Extracting an interface in 00
- 16 Preparing an email blast
- 17 Universal getters and setters
- 18 Traversable entities
- 19 Walk
- 20 Zippers
- 21 Records
- 22 Cards demo
- 23 Polymorphism
- 24 Multimethods
- 25 Protocols
- 26 Edward Muybridge
- 27 State model